Package org.apache.uima.cas.impl
Class AnnotationBaseImpl
java.lang.Object
org.apache.uima.cas.impl.FeatureStructureImpl
org.apache.uima.cas.impl.FeatureStructureImplC
org.apache.uima.cas.impl.AnnotationBaseImpl
- All Implemented Interfaces:
Cloneable,AnnotationBaseFS,FeatureStructure
- Direct Known Subclasses:
AnnotationImpl
Class comment for AnnotationImpl.java goes here.
-
Field Summary
Fields inherited from class org.apache.uima.cas.impl.FeatureStructureImplC
addr, casImpl -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor for AnnotationImpl.AnnotationBaseImpl(int addr, CASImpl cas) Constructor for AnnotationImpl. -
Method Summary
Methods inherited from class org.apache.uima.cas.impl.FeatureStructureImplC
equals, getAddress, getCAS, getCASImpl, hashCodeMethods inherited from class org.apache.uima.cas.impl.FeatureStructureImpl
clone, getavoidcollisionTypeCode, getBooleanValue, getByteValue, getDoubleValue, getFeatureValue, getFeatureValueAsString, getFloatValue, getIntValue, getLongValue, getShortValue, getStringValue, getType, prettyPrint, prettyPrint, prettyPrint, setBooleanValue, setByteValue, setDoubleValue, setFeatureValue, setFeatureValueFromString, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValueMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.uima.cas.FeatureStructure
clone, equals, getBooleanValue, getByteValue, getCAS, getDoubleValue, getFeatureValue, getFeatureValueAsString, getFloatValue, getIntValue, getLongValue, getShortValue, getStringValue, getType, hashCode, setBooleanValue, setByteValue, setDoubleValue, setFeatureValue, setFeatureValueFromString, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValue
-
Constructor Details
-
AnnotationBaseImpl
protected AnnotationBaseImpl()Constructor for AnnotationImpl. -
AnnotationBaseImpl
Constructor for AnnotationImpl.- Parameters:
addr- -cas- -
-
-
Method Details
-
toString
- Overrides:
toStringin classFeatureStructureImpl
-
toString
- Overrides:
toStringin classFeatureStructureImpl
-
getView
see org.apache.uima.cas.AnnotationBase#getView()- Specified by:
getViewin interfaceAnnotationBaseFS- Returns:
- the CAS view associated with the Annotation's Sofa
-