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:
java.lang.Cloneable,AnnotationBaseFS,FeatureStructure
- Direct Known Subclasses:
AnnotationImpl
public class AnnotationBaseImpl extends FeatureStructureImplC implements AnnotationBaseFS
Class comment for AnnotationImpl.java goes here.
-
-
Field Summary
-
Fields inherited from class org.apache.uima.cas.impl.FeatureStructureImplC
addr, casImpl
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAnnotationBaseImpl()Constructor for AnnotationImpl.AnnotationBaseImpl(int addr, CASImpl cas)Constructor for AnnotationImpl.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CASgetView()see org.apache.uima.cas.AnnotationBase#getView()java.lang.StringtoString()java.lang.StringtoString(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 Detail
-
AnnotationBaseImpl
protected AnnotationBaseImpl()
Constructor for AnnotationImpl.
-
AnnotationBaseImpl
public AnnotationBaseImpl(int addr, CASImpl cas)Constructor for AnnotationImpl.- Parameters:
addr- -cas- -
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classFeatureStructureImpl
-
toString
public java.lang.String toString(int indent)
- Overrides:
toStringin classFeatureStructureImpl
-
getView
public CAS getView()
see org.apache.uima.cas.AnnotationBase#getView()- Specified by:
getViewin interfaceAnnotationBaseFS- Returns:
- the CAS view associated with the Annotation's Sofa
-
-