nl.telin.mymedia.uima.annotation
Class DeletedAnnotation

java.lang.Object
  extended by Annotation
      extended by nl.telin.mymedia.uima.annotation.DeletedAnnotation

public class DeletedAnnotation
extends Annotation

Updated by JCasGen Thu Feb 12 14:58:02 CET 2009 XML source: D:/JDev/MyMedia/MyMediaUIMA/descriptors/analysis engines/AggrTestAnnotator.xml


Field Summary
static int type
           
static int typeIndexID
           
 
Constructor Summary
protected DeletedAnnotation()
          Never called.
  DeletedAnnotation(int addr, TOP_Type type)
          Internal - constructor used by generator
  DeletedAnnotation(JCas jcas)
           
  DeletedAnnotation(JCas jcas, int begin, int end)
           
 
Method Summary
 int getTypeIndexID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeIndexID

public static final int typeIndexID

type

public static final int type
Constructor Detail

DeletedAnnotation

protected DeletedAnnotation()
Never called. Disable default constructor


DeletedAnnotation

public DeletedAnnotation(int addr,
                         TOP_Type type)
Internal - constructor used by generator


DeletedAnnotation

public DeletedAnnotation(JCas jcas)

DeletedAnnotation

public DeletedAnnotation(JCas jcas,
                         int begin,
                         int end)
Method Detail

getTypeIndexID

public int getTypeIndexID()