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 classAnnotationBaseImplClass comment for AnnotationImpl.java goes here.classAnnotationImplClass comment for AnnotationImpl.java goes here.classArrayFSImplImplementation of theArrayFSinterface.classBooleanArrayFSImplImplementation of theBooleanArrayFSinterface.classByteArrayFSImplImplementation of theByteArrayFSinterface.classCommonArrayFSImplCommon part of array impl for those arrays of primitives which exist in the main heap.classCommonAuxArrayFSImplCommon part of array impl for those arrays of primitives which use auxilliary heaps.classDoubleArrayFSImplImplementation of theDoubleArrayFSinterface.classFeatureStructureImplCFeature structure implementation.classFloatArrayFSImplImplementation of theIntArrayFSinterface.classIntArrayFSImplImplementation of theIntArrayFSinterface.classLongArrayFSImplImplementation of theArrayFSinterface.classShortArrayFSImplImplementation of theArrayFSinterface.classSofaFSImplImplementation of theSofaFSinterface.classStringArrayFSImplImplementation of theArrayFSinterface. -
Uses of FeatureStructureImpl in org.apache.uima.examples
Subclasses of FeatureStructureImpl in org.apache.uima.examples Modifier and Type Class Description classSourceDocumentInformationStores 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 classAnnotationBasethe JCas class model for the CAS type uima.cas.AnnotationBase.classBooleanArrayJCas class model for BooleanArrayclassByteArrayJCas class model for ByteArrayclassDoubleArrayJCas class model for DoubleArrayclassEmptyFloatListclassEmptyFSListclassEmptyIntegerListclassEmptyStringListclassFloatArrayJava Cas model for Cas FloatArray.classFloatListclassFSArrayJava Class model for Cas FSArray typeclassFSListclassIntegerArrayThe Java Class model corresponding to the Cas IntegerArray_JCasImpl type.classIntegerListclassLongArrayJCas class model for LongArrayclassNonEmptyFloatListclassNonEmptyFSListclassNonEmptyIntegerListclassNonEmptyStringListclassShortArrayJCas class model for ShortArrayclassSofaUpdated by JCasGen Fri Apr 29 16:05:04 EDT 2005classStringArrayJCas class model for StringArrayclassStringListclassTOPThe 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 FeatureStructureImplJCasHashMap. getReserve(int key)FeatureStructureImplJCasHashMap. put(FeatureStructureImpl value)Methods in org.apache.uima.jcas.impl with parameters of type FeatureStructureImpl Modifier and Type Method Description FeatureStructureImplJCasHashMap. 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 classAnnotationthe JCas class model for the CAS type uima.cas.Annotation.classDocumentAnnotationThe JCas class definition for the CASDocumentAnnotationtype.
-