Package org.apache.uima.jcas.tcas
Class Annotation_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
-
@Deprecated public class Annotation_Type extends AnnotationBase_Type
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) FeaturecasFeat_beginDeprecated.(package private) FeaturecasFeat_endDeprecated.(package private) intcasFeatCode_beginDeprecated.(package private) intcasFeatCode_endDeprecated.static booleanfeatOkTstDeprecated.static inttypeIndexIDDeprecated.-
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 protectedAnnotation_Type()Deprecated.Annotation_Type(JCas jcas, Type casType)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intgetBegin(int addr)Deprecated.java.lang.StringgetCoveredText(int inst)Deprecated.intgetEnd(int addr)Deprecated.protected FSGenerator<?>getFSGenerator()Deprecated.voidsetBegin(int addr, int v)Deprecated.voidsetEnd(int addr, int v)Deprecated.-
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, getTypeIndexID, noObjCreate, removeFromIndexes
-
-
-
-
Field Detail
-
typeIndexID
public static final int typeIndexID
Deprecated.- See Also:
- Constant Field Values
-
featOkTst
public static final boolean featOkTst
Deprecated.
-
casFeat_begin
final Feature casFeat_begin
Deprecated.
-
casFeatCode_begin
final int casFeatCode_begin
Deprecated.- See Also:
- Constant Field Values
-
casFeat_end
final Feature casFeat_end
Deprecated.
-
casFeatCode_end
final int casFeatCode_end
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
getFSGenerator
protected FSGenerator<?> getFSGenerator()
Deprecated.- Overrides:
getFSGeneratorin classAnnotationBase_Type
-
getBegin
public int getBegin(int addr)
Deprecated.
-
setBegin
public void setBegin(int addr, int v)Deprecated.
-
getEnd
public int getEnd(int addr)
Deprecated.
-
setEnd
public void setEnd(int addr, int v)Deprecated.
-
getCoveredText
public java.lang.String getCoveredText(int inst)
Deprecated.- Parameters:
inst- low level reference to a Feature Structure- Returns:
- null or the covered text
- See Also:
AnnotationFS.getCoveredText()
-
-