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 TypeClassDescriptionclassStores 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 TypeClassDescriptionclassthe JCas class model for the CAS type uima.cas.AnnotationBase.final classJCas class model for BooleanArrayfinal classJCas class model for ByteArrayfinal classJCas class model for DoubleArrayclassclassclassclassfinal classJava Cas model for Cas FloatArray.classfinal classJava Class model for Cas FSArray typeclassfinal classThe Java Class model corresponding to the Cas IntegerArray_JCasImpl type.classfinal classJCas class model for LongArrayclassclassclassclassfinal classJCas class model for ShortArrayclassUpdated by JCasGen Fri Apr 29 16:05:04 EDT 2005final classJCas class model for StringArrayclassMethods 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 listvoidConstructors 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 TypeClassDescriptionclassthe JCas class model for the CAS type uima.cas.Annotation.classThe JCas class definition for the CASDocumentAnnotationtype.