Uses of Class
org.apache.uima.cas.impl.FeatureStructureImpl

Packages that use FeatureStructureImpl
example   
org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. 
org.apache.uima.examples Examples illustrating how to use the UIMA Framework. 
org.apache.uima.examples.tokenizer   
org.apache.uima.jcas.cas JCAS model for built-in CAS types 
org.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 
org.apache.uima.tutorial   
 

Uses of FeatureStructureImpl in example
 

Subclasses of FeatureStructureImpl in example
 class PersonTitle
          A Personal Title.
 

Uses of FeatureStructureImpl in org.apache.uima.cas.impl
 

Subclasses of FeatureStructureImpl in org.apache.uima.cas.impl
 class AnnotationBaseImpl
          Class comment for AnnotationImpl.java goes here.
 class AnnotationImpl
          Class comment for AnnotationImpl.java goes here.
 class ArrayFSImpl
          Implementation of the ArrayFS interface.
 class BooleanArrayFSImpl
          Implementation of the BooleanArrayFS interface.
 class ByteArrayFSImpl
          Implementation of the ByteArrayFS 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 the DoubleArrayFS interface.
 class FeatureStructureImplC
          Feature structure implementation.
 class FloatArrayFSImpl
          Implementation of the IntArrayFS interface.
 class IntArrayFSImpl
          Implementation of the IntArrayFS interface.
 class LongArrayFSImpl
          Implementation of the ArrayFS interface.
 class ShortArrayFSImpl
          Implementation of the ArrayFS interface.
 class SofaFSImpl
          Implementation of the SofaFS interface.
 class StringArrayFSImpl
          Implementation of the ArrayFS interface.
 

Uses of FeatureStructureImpl in org.apache.uima.examples
 

Subclasses of FeatureStructureImpl in org.apache.uima.examples
 class SourceDocumentInformation
          Stores detailed information about the original source document from which the current CAS was initialized.
 

Uses of FeatureStructureImpl in org.apache.uima.examples.tokenizer
 

Subclasses of FeatureStructureImpl in org.apache.uima.examples.tokenizer
 class Sentence
           
 class Token
           
 

Uses of FeatureStructureImpl in org.apache.uima.jcas.cas
 

Subclasses of FeatureStructureImpl in org.apache.uima.jcas.cas
 class AnnotationBase
          the JCas class model for the CAS type uima.cas.Annotation.
 class BooleanArray
          JCas class model for BooleanArray
 class ByteArray
          JCas class model for ByteArray
 class DoubleArray
          JCas class model for DoubleArray
 class 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 type
 class FSList
           
 class IntegerArray
          The Java Class model corresponding to the Cas IntegerArray_JCasImpl type.
 class IntegerList
           
 class LongArray
          JCas class model for LongArray
 class NonEmptyFloatList
           
 class NonEmptyFSList
           
 class NonEmptyIntegerList
           
 class NonEmptyStringList
           
 class ShortArray
          JCas class model for ShortArray
 class Sofa
          Updated by JCasGen Fri Apr 29 16:05:04 EDT 2005
 class StringArray
          JCas class model for StringArray
 class 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
 FeatureStructureImpl JCasHashMap.get(int key)
           
 

Methods in org.apache.uima.jcas.impl with parameters of type FeatureStructureImpl
 void JCasHashMap.put(FeatureStructureImpl value)
           
 

Uses of FeatureStructureImpl in org.apache.uima.jcas.tcas
 

Subclasses of FeatureStructureImpl in org.apache.uima.jcas.tcas
 class Annotation
          the JCas class model for the CAS type uima.cas.Annotation.
 class DocumentAnnotation
          The JCas class definition for the CAS DocumentAnnotation type.
 

Uses of FeatureStructureImpl in org.apache.uima.tutorial
 

Subclasses of FeatureStructureImpl in org.apache.uima.tutorial
 class DateAnnot
          Updated by JCasGen Mon Nov 29 15:02:38 EST 2004 XML source: C:/Program Files/apache/uima/examples/descriptors/tutorial/ex6/TutorialTypeSystem.xml
 class DateTimeAnnot
          Updated by JCasGen Mon Nov 29 15:02:38 EST 2004 XML source: C:/Program Files/apache/uima/examples/descriptors/tutorial/ex6/TutorialTypeSystem.xml
 class Meeting
          Updated by JCasGen Mon Nov 29 15:02:38 EST 2004 XML source: C:/Program Files/apache/uima/examples/descriptors/tutorial/ex6/TutorialTypeSystem.xml
 class RoomNumber
          Updated by JCasGen Mon Nov 29 15:02:37 EST 2004 XML source: C:/Program Files/apache/uima/examples/descriptors/tutorial/ex6/TutorialTypeSystem.xml
 class SentenceAnnot
          Updated by JCasGen Mon Nov 29 15:02:37 EST 2004 XML source: C:/Program Files/apache/uima/examples/descriptors/tutorial/ex6/TutorialTypeSystem.xml
 class TimeAnnot
          Updated by JCasGen Mon Nov 29 15:02:38 EST 2004 XML source: C:/Program Files/apache/uima/examples/descriptors/tutorial/ex6/TutorialTypeSystem.xml
 class UimaAcronym
          Updated by JCasGen Mon Nov 29 15:02:38 EST 2004 XML source: C:/Program Files/apache/uima/examples/descriptors/tutorial/ex6/TutorialTypeSystem.xml
 class UimaMeeting
          Updated by JCasGen Mon Nov 29 15:02:38 EST 2004 XML source: C:/Program Files/apache/uima/examples/descriptors/tutorial/ex6/TutorialTypeSystem.xml
 class WordAnnot
          Updated by JCasGen Mon Nov 29 15:02:38 EST 2004 XML source: C:/Program Files/apache/uima/examples/descriptors/tutorial/ex6/TutorialTypeSystem.xml
 



Copyright © 2011. All Rights Reserved.