Package org.apache.uima.cas.impl
Interface AnnotationImpl
-
- All Superinterfaces:
AnnotationBaseFS
,AnnotationFS
,java.lang.Cloneable
,FeatureStructure
,FeatureStructureImpl
- All Known Implementing Classes:
Annotation
,DocumentAnnotation
,SourceDocumentInformation
@Deprecated public interface AnnotationImpl extends AnnotationFS, FeatureStructureImpl
Deprecated.use Annotation insteadFor backwards compatibility with V2
-
-
Method Summary
-
Methods inherited from interface org.apache.uima.cas.AnnotationBaseFS
getView
-
Methods inherited from interface org.apache.uima.cas.text.AnnotationFS
coveredBy, coveredBy, covering, covering, following, following, getBegin, getCoveredText, getEnd, overlapping, overlapping, overlappingAtBegin, overlappingAtBegin, overlappingAtEnd, overlappingAtEnd, preceding, preceding, setBegin, setEnd, trim, trim
-
Methods inherited from interface org.apache.uima.cas.FeatureStructure
_getTypeCode, _id, clone, equals, getAddress, getBooleanValue, getByteValue, getCAS, getDoubleValue, getFeatureValue, getFeatureValueAsString, getFloatValue, getIntValue, getJCas, getLongValue, getShortValue, getStringValue, getType, hashCode, setBooleanValue, setByteValue, setDoubleValue, setFeatureValue, setFeatureValueFromString, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValue
-
Methods inherited from interface org.apache.uima.cas.impl.FeatureStructureImpl
prettyPrint, prettyPrint, prettyPrint, prettyPrint, toString
-
-