Uses of Class
org.apache.uima.jcas.cas.TOP
-
Packages that use TOP 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 in org.apache.uima.examples
Subclasses of TOP in org.apache.uima.examples Modifier and Type Class Description classSourceDocumentInformationStores 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 TOP Modifier and Type Method Description <T extends TOP>
FSIterator<T>JCas. getAllIndexedFS(java.lang.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).<T extends TOP>
FSIndex<T>JCas. getIndex(java.lang.String label, java.lang.Class<T> clazz)Retrieve an index according to a label and a type specified using a JCas class.<T extends TOP>
FSIndex<T>JFSIndexRepository. getIndex(java.lang.String label)Retrieve an index according to a label.<T extends TOP>
FSIndex<T>JFSIndexRepository. getIndex(java.lang.String label, int type)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 TOP Modifier and Type Method Description TOPJCas. getDocumentAnnotationFs()Gets the document annotation.Methods in org.apache.uima.jcas that return types with arguments of type TOP Modifier and Type Method Description static java.lang.Class<? extends TOP>JCasRegistry. getClassForIndex(int aIndex)Gets the JCas cover class for a given index.java.util.Iterator<FSIndex<TOP>>JFSIndexRepository. getIndexes()Get all indexes in this repository.Methods in org.apache.uima.jcas with parameters of type TOP Modifier and Type Method Description TOP_TypeJCas. getType(TOP instance)Deprecated.use instance.jcasType instead - fasterMethod parameters in org.apache.uima.jcas with type arguments of type TOP Modifier and Type Method Description static intJCasRegistry. register(java.lang.Class<? extends TOP> aJCasCoverClass)Registers a JCas cover class with this registry. -
Uses of TOP in org.apache.uima.jcas.cas
Subclasses of TOP in org.apache.uima.jcas.cas Modifier and Type Class Description classAnnotationBasethe JCas class model for the CAS type uima.cas.AnnotationBase.classBooleanArrayJCas class model for BooleanArrayclassByteArrayJCas class model for ByteArrayclassDoubleArrayJCas class model for DoubleArrayclassEmptyFloatListclassEmptyFSListclassEmptyIntegerListclassEmptyStringListclassFloatArrayJava Cas model for Cas FloatArray.classFloatListclassFSArrayJava Class model for Cas FSArray typeclassFSListclassIntegerArrayThe Java Class model corresponding to the Cas IntegerArray_JCasImpl type.classIntegerListclassLongArrayJCas class model for LongArrayclassNonEmptyFloatListclassNonEmptyFSListclassNonEmptyIntegerListclassNonEmptyStringListclassShortArrayJCas class model for ShortArrayclassSofaUpdated by JCasGen Fri Apr 29 16:05:04 EDT 2005classStringArrayJCas class model for StringArrayclassStringListMethods in org.apache.uima.jcas.cas that return TOP Modifier and Type Method Description TOPNonEmptyFSList. getHead()TOPFSList. getNthElement(int i)Methods in org.apache.uima.jcas.cas that return types with arguments of type TOP Modifier and Type Method Description java.util.Iterator<TOP>FSList. iterator()java.util.Iterator<TOP>NonEmptyFSList. iterator()Methods in org.apache.uima.jcas.cas with parameters of type TOP Modifier and Type Method Description NonEmptyFSListFSList. push(TOP item)pushes item onto front of this listvoidNonEmptyFSList. setHead(TOP v)Constructors in org.apache.uima.jcas.cas with parameters of type TOP Constructor Description NonEmptyFSList(JCas jcas, TOP item, FSList tail) -
Uses of TOP in org.apache.uima.jcas.impl
Methods in org.apache.uima.jcas.impl with type parameters of type TOP Modifier and Type Method Description <T extends TOP>
FSIterator<T>JCasImpl. getAllIndexedFS(java.lang.Class<T> clazz)<T extends TOP>
FSIterator<T>JFSIndexRepositoryImpl. getAllIndexedFS(int aType)<T extends TOP>
FSIterator<T>JFSIndexRepositoryImpl. getAllIndexedFS(Type aType)<T extends TOP>
FSIndex<T>JCasImpl. getIndex(java.lang.String label, java.lang.Class<T> clazz)<T extends TOP>
FSIndex<T>JFSIndexRepositoryImpl. getIndex(java.lang.String label)<T extends TOP>
FSIndex<T>JFSIndexRepositoryImpl. getIndex(java.lang.String label, int type)<T extends TOP>
TJCasImpl. getJfsFromCaddr(int casAddr)Methods in org.apache.uima.jcas.impl that return TOP Modifier and Type Method Description TOPJCasImpl. getDocumentAnnotationFs()Methods in org.apache.uima.jcas.impl that return types with arguments of type TOP Modifier and Type Method Description java.util.Iterator<FSIndex<TOP>>JFSIndexRepositoryImpl. getIndexes()Methods in org.apache.uima.jcas.impl with parameters of type TOP Modifier and Type Method Description TOP_TypeJCasImpl. getType(TOP instance)Method parameters in org.apache.uima.jcas.impl with type arguments of type TOP Modifier and Type Method Description TypeJCasImpl. getCasType(java.lang.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.tcas Modifier and Type Class Description classAnnotationthe JCas class model for the CAS type uima.cas.Annotation.classDocumentAnnotationThe JCas class definition for the CASDocumentAnnotationtype.
-