Uses of Class
org.apache.uima.cas.impl.FeatureStructureImpl
Packages that use FeatureStructureImpl
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
JCAS model for built-in CAS types
Provides the classes that support the Java Cas Model (JCM).
JCAS model for built-in TCAS types
-
Uses of FeatureStructureImpl in org.apache.uima.cas.impl
Subclasses of FeatureStructureImpl in org.apache.uima.cas.implModifier and TypeClassDescriptionclass
Class comment for AnnotationImpl.java goes here.class
Class comment for AnnotationImpl.java goes here.class
Implementation of theArrayFS
interface.class
Implementation of theBooleanArrayFS
interface.class
Implementation of theByteArrayFS
interface.class
Common part of array impl for those arrays of primitives which exist in the main heap.class
Common part of array impl for those arrays of primitives which use auxilliary heaps.class
Implementation of theDoubleArrayFS
interface.class
Feature structure implementation.class
Implementation of theIntArrayFS
interface.class
Implementation of theIntArrayFS
interface.class
Implementation of theArrayFS
interface.class
Implementation of theArrayFS
interface.class
Implementation of theSofaFS
interface.class
Implementation of theArrayFS
interface.Methods in org.apache.uima.cas.impl with parameters of type FeatureStructureImplModifier and TypeMethodDescriptionprivate void
Subiterator.moveToExact
(FeatureStructureImpl targetAnnotation) -
Uses of FeatureStructureImpl in org.apache.uima.examples
Subclasses of FeatureStructureImpl in org.apache.uima.examplesModifier and TypeClassDescriptionclass
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.casModifier and TypeClassDescriptionclass
the JCas class model for the CAS type uima.cas.AnnotationBase.final class
JCas class model for BooleanArrayfinal class
JCas class model for ByteArrayfinal class
JCas class model for DoubleArrayclass
class
class
class
final class
Java Cas model for Cas FloatArray.class
final class
Java Class model for Cas FSArray typeclass
final class
The Java Class model corresponding to the Cas IntegerArray_JCasImpl type.class
final class
JCas class model for LongArrayclass
class
class
class
final class
JCas class model for ShortArrayclass
Updated by JCasGen Fri Apr 29 16:05:04 EDT 2005final class
JCas class model for StringArrayclass
class
The Java Class model corresponding to the Cas TOP type. -
Uses of FeatureStructureImpl in org.apache.uima.jcas.impl
Fields in org.apache.uima.jcas.impl declared as FeatureStructureImplModifier and TypeFieldDescription(package private) FeatureStructureImpl[]
JCasHashMapSubMap.table
Methods in org.apache.uima.jcas.impl that return FeatureStructureImplModifier and TypeMethodDescriptionprivate FeatureStructureImpl
JCasHashMapSubMap.find
(FeatureStructureImpl[] localTable, int key, int hash, int[] probeInfo) Can be called under lock or not.private FeatureStructureImpl
JCasHashMapSubMap.find2
(FeatureStructureImpl[] localTable, int key, int[] probeInfo, int probeAddr) JCasHashMap.getReserve
(int key) (package private) FeatureStructureImpl
JCasHashMapSubMap.getReserve
(int key, int hash) Gets a value, but if the value isn't there, it reserves the slot where it will go with a new instance where the key matches, but the type is a unique value.private FeatureStructureImpl[]
JCasHashMapSubMap.newTableKeepSize
(int capacity) JCasHashMap.put
(FeatureStructureImpl value) (package private) FeatureStructureImpl
JCasHashMapSubMap.put
(int key, FeatureStructureImpl value, int hash) Methods in org.apache.uima.jcas.impl with parameters of type FeatureStructureImplModifier and TypeMethodDescriptionprivate FeatureStructureImpl
JCasHashMapSubMap.find
(FeatureStructureImpl[] localTable, int key, int hash, int[] probeInfo) Can be called under lock or not.private FeatureStructureImpl
JCasHashMapSubMap.find2
(FeatureStructureImpl[] localTable, int key, int[] probeInfo, int probeAddr) private static boolean
JCasHashMapSubMap.isReal
(FeatureStructureImpl m) private static boolean
JCasHashMapSubMap.isReserve
(FeatureStructureImpl m) JCasHashMap.put
(FeatureStructureImpl value) (package private) FeatureStructureImpl
JCasHashMapSubMap.put
(int key, FeatureStructureImpl value, int hash) private void
JCasHashMapSubMap.putInner
(int key, FeatureStructureImpl value, int hash) Only used to fill in newly expanded table always called with lock held -
Uses of FeatureStructureImpl in org.apache.uima.jcas.tcas
Subclasses of FeatureStructureImpl in org.apache.uima.jcas.tcasModifier and TypeClassDescriptionclass
the JCas class model for the CAS type uima.cas.Annotation.class
The JCas class definition for the CASDocumentAnnotation
type.