Package org.apache.uima.jcas.cas
Class AnnotationBase_Type
- java.lang.Object
-
- org.apache.uima.jcas.cas.TOP_Type
-
- org.apache.uima.jcas.cas.AnnotationBase_Type
-
- Direct Known Subclasses:
Annotation_Type
public class AnnotationBase_Type extends TOP_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
AnnotationBase_Type()
AnnotationBase_Type(JCas jcas, Type casType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FSGenerator<?>
getFSGenerator()
SofaFS
getSofa(int addr)
CAS
getView(int addr)
-
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 classTOP_Type
-
getSofa
public SofaFS getSofa(int addr)
-
getView
public CAS getView(int addr)
-
-