Package org.apache.uima.cas.impl
Interface AnnotationBaseImpl
-
- All Superinterfaces:
AnnotationBaseFS
,java.lang.Cloneable
,FeatureStructure
- All Known Implementing Classes:
Annotation
,AnnotationBase
,DocumentAnnotation
,SourceDocumentInformation
@Deprecated public interface AnnotationBaseImpl extends AnnotationBaseFS
Deprecated.use AnnotationBase insteadFor backwards compatibility only with V2 *
-
-
Method Summary
-
Methods inherited from interface org.apache.uima.cas.AnnotationBaseFS
getView
-
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
-
-