Uses of Class
org.apache.uima.jcas.cas.TOP_Type

Packages that use TOP_Type
org.apache.uima.examples   
org.apache.uima.jcas Interfaces for accessing the JCAS. 
org.apache.uima.jcas.cas JCAS model for built-in CAS types 
org.apache.uima.jcas.tcas JCAS model for built-in TCAS types 
 

Uses of TOP_Type in org.apache.uima.examples
 

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

Constructors in org.apache.uima.examples with parameters of type TOP_Type
SourceDocumentInformation(int addr, TOP_Type type)
          Internal - constructor used by generator
 

Uses of TOP_Type in org.apache.uima.jcas
 

Methods in org.apache.uima.jcas that return TOP_Type
 TOP_Type JCas.getType(int i)
          get the JCas _Type instance for a particular CAS type constant
 TOP_Type JCas.getType(TOP instance)
          Deprecated. use instance.jcasType instead - faster
 

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

Subclasses of TOP_Type in org.apache.uima.jcas.cas
 class AnnotationBase_Type
           
 class BooleanArray_Type
          The java Cas model for the CAS BooleanArray_Type
 class ByteArray_Type
          The java Cas model for the CAS ByteArray_Type
 class CommonArray_Type
           
 class DoubleArray_Type
          The java Cas model for the CAS DoubleArray_Type
 class EmptyFloatList_Type
           
 class EmptyFSList_Type
           
 class EmptyIntegerList_Type
           
 class EmptyStringList_Type
           
 class FloatArray_Type
          The java Cas model for the CAS FloatArray Type This is not final because the migration from pre v08 has the old xxx_Type as a subclass of this.
 class FloatList_Type
           
 class FSArray_Type
          The java Cas model for the CAS FSArray Type This is not final because the migration from pre v08 has the old FSArray_Type as a subclass of this.
 class FSList_Type
           
 class IntegerArray_Type
          The java Cas model for the CAS IntegerArray_JCasImpl Type This is not final because the migration from pre v08 has the old xxx_Type as a subclass of this.
 class IntegerList_Type
           
 class LongArray_Type
          The java Cas model for the CAS LongArray_Type
 class NonEmptyFloatList_Type
           
 class NonEmptyFSList_Type
           
 class NonEmptyIntegerList_Type
           
 class NonEmptyStringList_Type
           
 class ShortArray_Type
          The java Cas model for the CAS ShortArray_Type
 class Sofa_Type
          Updated by JCasGen Fri Apr 29 16:05:04 EDT 2005
 class StringArray_Type
          The java Cas model for the CAS StringArray Type This is not final because the migration from pre v08 has the old xxx_Type as a subclass of this.
 class StringList_Type
           
 

Fields in org.apache.uima.jcas.cas declared as TOP_Type
protected  TOP_Type TOP_Type.instanceOf_Type
          This generator can be set up to either get the identical Java object (if it exists) or just make a new one.
 TOP_Type TOP.jcasType
          used to reference the corresponding TOP_Type instance
 

Constructors in org.apache.uima.jcas.cas with parameters of type TOP_Type
AnnotationBase(int addr, TOP_Type type)
          Internal - Constructor used by generator
BooleanArray(int addr, TOP_Type type)
          Internal - Constructor used by generator
ByteArray(int addr, TOP_Type type)
          Internal - Constructor used by generator
DoubleArray(int addr, TOP_Type type)
          Internal - Constructor used by generator
EmptyFloatList(int addr, TOP_Type type)
          Internal - Constructor used by generator
EmptyFSList(int addr, TOP_Type type)
          Internal - Constructor used by generator
EmptyIntegerList(int addr, TOP_Type type)
          Internal - Constructor used by generator
EmptyStringList(int addr, TOP_Type type)
          Internal - Constructor used by generator
FloatArray(int addr, TOP_Type type)
          Internal - Constructor used by generator
FloatList(int addr, TOP_Type type)
          Internal - Constructor used by generator
FSArray(int addr, TOP_Type type)
          Internal - Constructor used by generator
FSList(int addr, TOP_Type type)
          Internal - Constructor used by generator
IntegerArray(int addr, TOP_Type type)
          Internal - Constructor used by generator
IntegerList(int addr, TOP_Type type)
          Internal - Constructor used by generator
LongArray(int addr, TOP_Type type)
          Internal - Constructor used by generator
NonEmptyFloatList(int addr, TOP_Type type)
          Internal - Constructor used by generator
NonEmptyFSList(int addr, TOP_Type type)
          Internal - Constructor used by generator
NonEmptyIntegerList(int addr, TOP_Type type)
          Internal - Constructor used by generator
NonEmptyStringList(int addr, TOP_Type type)
          Internal - Constructor used by generator
ShortArray(int addr, TOP_Type type)
          Internal - Constructor used by generator
Sofa(int addr, TOP_Type type)
          Internal - constructor used by generator
StringArray(int addr, TOP_Type type)
          Internal - Constructor used by generator
StringList(int addr, TOP_Type type)
          Internal - Constructor used by generator
TOP(int addr, TOP_Type jcasType)
          (Internal) make a new instance of TOP, linking it with a pre-existing Cas FeatureStructure object.
 

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

Subclasses of TOP_Type in org.apache.uima.jcas.tcas
 class Annotation_Type
           
 class DocumentAnnotation_Type
           
 

Constructors in org.apache.uima.jcas.tcas with parameters of type TOP_Type
Annotation(int addr, TOP_Type type)
          Internal - Constructor used by generator
DocumentAnnotation(int addr, TOP_Type type)
          Internal - Constructor used by generator
 



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.