Package org.apache.uima.jcas.tcas
Class DocumentAnnotation_Type
- java.lang.Object
-
- org.apache.uima.jcas.cas.TOP_Type
-
- org.apache.uima.jcas.cas.AnnotationBase_Type
-
- org.apache.uima.jcas.tcas.Annotation_Type
-
- org.apache.uima.jcas.tcas.DocumentAnnotation_Type
-
public class DocumentAnnotation_Type extends Annotation_Type
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
featOkTst
static int
typeIndexID
-
Fields inherited from class org.apache.uima.jcas.cas.TOP_Type
casImpl, casType, casTypeCode, instanceOf_Type, jcas, ll_cas, lowLevelArrayBoundChecks, lowLevelTypeChecks, useExistingInstance
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DocumentAnnotation_Type()
DocumentAnnotation_Type(JCas jcas, Type casType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FSGenerator
getFSGenerator()
java.lang.String
getLanguage(int addr)
void
setLanguage(int addr, java.lang.String v)
-
Methods inherited from class org.apache.uima.jcas.tcas.Annotation_Type
getBegin, getCoveredText, getEnd, setBegin, setEnd
-
Methods inherited from class org.apache.uima.jcas.cas.AnnotationBase_Type
getSofa, getView
-
Methods inherited from class org.apache.uima.jcas.cas.TOP_Type
addToIndexes, checkType, getTypeIndexID, invalidTypeArg, noObjCreate, removeFromIndexes
-
-
-
-
Method Detail
-
getFSGenerator
protected FSGenerator getFSGenerator()
- Overrides:
getFSGenerator
in classAnnotation_Type
-
getLanguage
public java.lang.String getLanguage(int addr)
-
setLanguage
public void setLanguage(int addr, java.lang.String v)
-
-