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) Feature
casFeat_begin
Deprecated.(package private) Feature
casFeat_end
Deprecated.(package private) int
casFeatCode_begin
Deprecated.(package private) int
casFeatCode_end
Deprecated.static boolean
featOkTst
Deprecated.static int
typeIndexID
Deprecated.-
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
Annotation_Type()
Deprecated.Annotation_Type(JCas jcas, Type casType)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description int
getBegin(int addr)
Deprecated.java.lang.String
getCoveredText(int inst)
Deprecated.int
getEnd(int addr)
Deprecated.protected FSGenerator<?>
getFSGenerator()
Deprecated.void
setBegin(int addr, int v)
Deprecated.void
setEnd(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:
getFSGenerator
in 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()
-
-