Uses of Class
org.apache.uima.cas.impl.FeatureStructureImpl
-
Packages that use FeatureStructureImpl Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.examples org.apache.uima.jcas.cas JCAS model for built-in CAS typesorg.apache.uima.jcas.impl Provides the classes that support the Java Cas Model (JCM).org.apache.uima.jcas.tcas JCAS model for built-in TCAS types -
-
Uses of FeatureStructureImpl in org.apache.uima.cas.impl
Subclasses of FeatureStructureImpl in org.apache.uima.cas.impl Modifier and Type Class Description class
AnnotationBaseImpl
Class comment for AnnotationImpl.java goes here.class
AnnotationImpl
Class comment for AnnotationImpl.java goes here.class
ArrayFSImpl
Implementation of theArrayFS
interface.class
BooleanArrayFSImpl
Implementation of theBooleanArrayFS
interface.class
ByteArrayFSImpl
Implementation of theByteArrayFS
interface.class
CommonArrayFSImpl
Common part of array impl for those arrays of primitives which exist in the main heap.class
CommonAuxArrayFSImpl
Common part of array impl for those arrays of primitives which use auxilliary heaps.class
DoubleArrayFSImpl
Implementation of theDoubleArrayFS
interface.class
FeatureStructureImplC
Feature structure implementation.class
FloatArrayFSImpl
Implementation of theIntArrayFS
interface.class
IntArrayFSImpl
Implementation of theIntArrayFS
interface.class
LongArrayFSImpl
Implementation of theArrayFS
interface.class
ShortArrayFSImpl
Implementation of theArrayFS
interface.class
SofaFSImpl
Implementation of theSofaFS
interface.class
StringArrayFSImpl
Implementation of theArrayFS
interface. -
Uses of FeatureStructureImpl in org.apache.uima.examples
Subclasses of FeatureStructureImpl in org.apache.uima.examples Modifier and Type Class Description class
SourceDocumentInformation
Stores detailed information about the original source document from which the current CAS was initialized. -
Uses of FeatureStructureImpl in org.apache.uima.jcas.cas
Subclasses of FeatureStructureImpl in org.apache.uima.jcas.cas Modifier and Type Class Description class
AnnotationBase
the JCas class model for the CAS type uima.cas.AnnotationBase.class
BooleanArray
JCas class model for BooleanArrayclass
ByteArray
JCas class model for ByteArrayclass
DoubleArray
JCas class model for DoubleArrayclass
EmptyFloatList
class
EmptyFSList
class
EmptyIntegerList
class
EmptyStringList
class
FloatArray
Java Cas model for Cas FloatArray.class
FloatList
class
FSArray
Java Class model for Cas FSArray typeclass
FSList
class
IntegerArray
The Java Class model corresponding to the Cas IntegerArray_JCasImpl type.class
IntegerList
class
LongArray
JCas class model for LongArrayclass
NonEmptyFloatList
class
NonEmptyFSList
class
NonEmptyIntegerList
class
NonEmptyStringList
class
ShortArray
JCas class model for ShortArrayclass
Sofa
Updated by JCasGen Fri Apr 29 16:05:04 EDT 2005class
StringArray
JCas class model for StringArrayclass
StringList
class
TOP
The Java Class model corresponding to the Cas TOP type. -
Uses of FeatureStructureImpl in org.apache.uima.jcas.impl
Methods in org.apache.uima.jcas.impl that return FeatureStructureImpl Modifier and Type Method Description FeatureStructureImpl
JCasHashMap. getReserve(int key)
FeatureStructureImpl
JCasHashMap. put(FeatureStructureImpl value)
Methods in org.apache.uima.jcas.impl with parameters of type FeatureStructureImpl Modifier and Type Method Description FeatureStructureImpl
JCasHashMap. put(FeatureStructureImpl value)
-
Uses of FeatureStructureImpl in org.apache.uima.jcas.tcas
Subclasses of FeatureStructureImpl in org.apache.uima.jcas.tcas Modifier and Type Class Description class
Annotation
the JCas class model for the CAS type uima.cas.Annotation.class
DocumentAnnotation
The JCas class definition for the CASDocumentAnnotation
type.
-