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.
Method Summary |
CAS |
getView()
see org.apache.uima.cas.AnnotationBase#getView() |
java.lang.String |
toString()
|
java.lang.String |
toString(int indent)
|
Methods inherited from class org.apache.uima.cas.impl.FeatureStructureImpl |
clone, 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 |
AnnotationBaseImpl
protected AnnotationBaseImpl()
- Constructor for AnnotationImpl.
AnnotationBaseImpl
public AnnotationBaseImpl(int addr,
CASImpl cas)
- Constructor for AnnotationImpl.
- Parameters:
addr
- cas
-
toString
public java.lang.String toString()
- Overrides:
toString
in class FeatureStructureImpl
toString
public java.lang.String toString(int indent)
- Overrides:
toString
in class FeatureStructureImpl
getView
public CAS getView()
- see org.apache.uima.cas.AnnotationBase#getView()
- Specified by:
getView
in interface AnnotationBaseFS
- Returns:
- the CAS view associated with the Annotation's Sofa
Copyright © 2013. All Rights Reserved.