org.apache.uima.cas.impl
Class AnnotationBaseImpl

java.lang.Object
  extended by org.apache.uima.cas.impl.FeatureStructureImpl
      extended by org.apache.uima.cas.impl.FeatureStructureImplC
          extended by 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
protected AnnotationBaseImpl()
          Constructor for AnnotationImpl.
  AnnotationBaseImpl(int addr, CASImpl cas)
          Constructor for AnnotationImpl.
 
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.FeatureStructureImplC
equals, getAddress, getCAS, getCASImpl, hashCode, setUp
 
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
 

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:
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.