Uses of Class
org.apache.uima.jcas.cas.TOP
Packages that use TOP
Package
Description
Interfaces for accessing the JCAS.
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 TOP in org.apache.uima.examples
Subclasses of TOP in org.apache.uima.examplesModifier and TypeClassDescriptionclass
Stores detailed information about the original source document from which the current CAS was initialized. -
Uses of TOP in org.apache.uima.jcas
Methods in org.apache.uima.jcas with type parameters of type TOPModifier and TypeMethodDescription<T extends TOP>
FSIterator<T>JCas.getAllIndexedFS
(Class<T> clazz) Gets an iterator over all indexed FeatureStructures of the specified Type (and any of its subtypes).<T extends TOP>
FSIterator<T>JFSIndexRepository.getAllIndexedFS
(int aType) Gets an iterator over all indexed FeatureStructures of the specified Type (and any of its subtypes).<T extends TOP>
FSIterator<T>JFSIndexRepository.getAllIndexedFS
(Type aType) Gets an iterator over all indexed FeatureStructures of the specified Type (and any of its subtypes).Retrieve an index according to a label and a type specified using a JCas class.Retrieve an index according to a label.Retrieve an index according to a label and a type.<T extends TOP>
TJCas.getJfsFromCaddr
(int casAddr) Methods in org.apache.uima.jcas that return TOPMethods in org.apache.uima.jcas that return types with arguments of type TOPModifier and TypeMethodDescriptionJCasRegistry.getClassForIndex
(int aIndex) Gets the JCas cover class for a given index.JFSIndexRepository.getIndexes()
Get all indexes in this repository.Methods in org.apache.uima.jcas with parameters of type TOPModifier and TypeMethodDescriptionDeprecated.use instance.jcasType instead - fasterMethod parameters in org.apache.uima.jcas with type arguments of type TOP -
Uses of TOP in org.apache.uima.jcas.cas
Subclasses of TOP 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
Methods in org.apache.uima.jcas.cas that return TOPMethods in org.apache.uima.jcas.cas that return types with arguments of type TOPMethods in org.apache.uima.jcas.cas with parameters of type TOPModifier and TypeMethodDescriptionpushes item onto front of this listvoid
Constructors in org.apache.uima.jcas.cas with parameters of type TOP -
Uses of TOP in org.apache.uima.jcas.impl
Methods in org.apache.uima.jcas.impl with type parameters of type TOPModifier and TypeMethodDescription<T extends TOP>
FSIterator<T>JCasImpl.getAllIndexedFS
(Class<T> clazz) <T extends TOP>
FSIterator<T>JFSIndexRepositoryImpl.getAllIndexedFS
(int aType) <T extends TOP>
FSIterator<T>JFSIndexRepositoryImpl.getAllIndexedFS
(Type aType) <T extends TOP>
TJCasImpl.getJfsFromCaddr
(int casAddr) Methods in org.apache.uima.jcas.impl that return TOPMethods in org.apache.uima.jcas.impl that return types with arguments of type TOPMethods in org.apache.uima.jcas.impl with parameters of type TOPMethod parameters in org.apache.uima.jcas.impl with type arguments of type TOPModifier and TypeMethodDescriptionJCasImpl.getCasType
(Class<? extends TOP> clazz) Return the UIMA Type object corresponding to this JCas's JCas cover class (Note: different JCas's, with different type systems, may share the same cover class impl) -
Uses of TOP in org.apache.uima.jcas.tcas
Subclasses of TOP 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.