Uses of Class
org.apache.uima.jcas.cas.TOP_Type
-
Packages that use TOP_Type Package Description org.apache.uima.examples org.apache.uima.jcas Interfaces for accessing the JCAS.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 TOP_Type in org.apache.uima.examples
Subclasses of TOP_Type in org.apache.uima.examples Modifier and Type Class Description classSourceDocumentInformation_TypeStores 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 Constructor Description 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 Modifier and Type Method Description TOP_TypeJCas. getType(int i)get the JCas _Type instance for a particular CAS type constantTOP_TypeJCas. 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 Modifier and Type Class Description classAnnotationBase_TypeclassBooleanArray_TypeThe java Cas model for the CAS BooleanArray_TypeclassByteArray_TypeThe java Cas model for the CAS ByteArray_TypeclassCommonArray_TypeclassDoubleArray_TypeThe java Cas model for the CAS DoubleArray_TypeclassEmptyFloatList_TypeclassEmptyFSList_TypeclassEmptyIntegerList_TypeclassEmptyStringList_TypeclassFloatArray_TypeThe 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.classFloatList_TypeclassFSArray_TypeThe 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.classFSList_TypeclassIntegerArray_TypeThe 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.classIntegerList_TypeclassLongArray_TypeThe java Cas model for the CAS LongArray_TypeclassNonEmptyFloatList_TypeclassNonEmptyFSList_TypeclassNonEmptyIntegerList_TypeclassNonEmptyStringList_TypeclassShortArray_TypeThe java Cas model for the CAS ShortArray_TypeclassSofa_TypeUpdated by JCasGen Fri Apr 29 16:05:04 EDT 2005classStringArray_TypeThe 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.classStringList_TypeFields in org.apache.uima.jcas.cas declared as TOP_Type Modifier and Type Field Description protected TOP_TypeTOP_Type. instanceOf_TypeThis generator can be set up to either get the identical Java object (if it exists) or just make a new one.TOP_TypeTOP. jcasTypeused to reference the corresponding TOP_Type instanceConstructors in org.apache.uima.jcas.cas with parameters of type TOP_Type Constructor Description AnnotationBase(int addr, TOP_Type type)BooleanArray(int addr, TOP_Type type)ByteArray(int addr, TOP_Type type)DoubleArray(int addr, TOP_Type type)EmptyFloatList(int addr, TOP_Type type)EmptyFSList(int addr, TOP_Type type)EmptyIntegerList(int addr, TOP_Type type)EmptyStringList(int addr, TOP_Type type)FloatArray(int addr, TOP_Type type)FloatList(int addr, TOP_Type type)FSArray(int addr, TOP_Type type)FSList(int addr, TOP_Type type)IntegerArray(int addr, TOP_Type type)IntegerList(int addr, TOP_Type type)LongArray(int addr, TOP_Type type)NonEmptyFloatList(int addr, TOP_Type type)NonEmptyFSList(int addr, TOP_Type type)NonEmptyIntegerList(int addr, TOP_Type type)NonEmptyStringList(int addr, TOP_Type type)ShortArray(int addr, TOP_Type type)Sofa(int addr, TOP_Type type)Internal - constructor used by generatorStringArray(int addr, TOP_Type type)StringList(int addr, TOP_Type type)TOP(int addr, TOP_Type jcasType) -
Uses of TOP_Type in org.apache.uima.jcas.impl
Methods in org.apache.uima.jcas.impl that return TOP_Type Modifier and Type Method Description TOP_TypeJCasImpl. getType(int i)TOP_TypeJCasImpl. getType(TOP instance) -
Uses of TOP_Type in org.apache.uima.jcas.tcas
Subclasses of TOP_Type in org.apache.uima.jcas.tcas Modifier and Type Class Description classAnnotation_TypeclassDocumentAnnotation_TypeConstructors in org.apache.uima.jcas.tcas with parameters of type TOP_Type Constructor Description Annotation(int addr, TOP_Type type)DocumentAnnotation(int addr, TOP_Type type)
-