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.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final Feature
Deprecated.(package private) final Feature
Deprecated.(package private) final int
Deprecated.(package private) final int
Deprecated.static final boolean
Deprecated.static final int
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
ConstructorsModifierConstructorDescriptionprotected
Deprecated.Annotation_Type
(JCas jcas, Type casType) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionint
getBegin
(int addr) Deprecated.getCoveredText
(int inst) Deprecated.int
getEnd
(int addr) Deprecated.protected FSGenerator
<?> 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 Details
-
typeIndexID
public static final int typeIndexIDDeprecated.- See Also:
-
featOkTst
public static final boolean featOkTstDeprecated. -
casFeat_begin
Deprecated. -
casFeatCode_begin
final int casFeatCode_beginDeprecated.- See Also:
-
casFeat_end
Deprecated. -
casFeatCode_end
final int casFeatCode_endDeprecated.- See Also:
-
-
Constructor Details
-
Annotation_Type
Deprecated. -
Annotation_Type
protected Annotation_Type()Deprecated.
-
-
Method Details
-
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
Deprecated.- Parameters:
inst
- low level reference to a Feature Structure- Returns:
- null or the covered text
- See Also:
-