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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class
-
Field Summary
Fields inherited from class org.apache.uima.cas.impl.FeatureStructureImplC
addr, casImpl
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor for AnnotationImpl.AnnotationBaseImpl
(int addr, CASImpl cas) Constructor for AnnotationImpl. -
Method Summary
Modifier and TypeMethodDescription(package private) static FSGenerator
<? extends AnnotationBaseFS> private final String
getView()
see org.apache.uima.cas.AnnotationBase#getView()toString()
toString
(int indent) Methods inherited from class org.apache.uima.cas.impl.FeatureStructureImplC
equals, getAddress, getCAS, getCASImpl, hashCode
Methods 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, setStringValue
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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
-
getAnnotationGenerator
-
toString
- Overrides:
toString
in classFeatureStructureImpl
-
getSofaId
-
toString
- Overrides:
toString
in classFeatureStructureImpl
-
getView
see org.apache.uima.cas.AnnotationBase#getView()- Specified by:
getView
in interfaceAnnotationBaseFS
- Returns:
- the CAS view associated with the Annotation's Sofa
-