|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TOP | |
---|---|
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 in org.apache.uima.examples |
---|
Subclasses of TOP in org.apache.uima.examples | |
---|---|
class |
SourceDocumentInformation
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 that return TOP | |
---|---|
TOP |
JCas.getDocumentAnnotationFs()
Gets the document annotation. |
TOP |
JCas.getJfsFromCaddr(int casAddr)
Internal Use - sets the corresponding Java instance for a Cas instance |
Methods in org.apache.uima.jcas that return types with arguments of type TOP | |
---|---|
FSIterator<TOP> |
JFSIndexRepository.getAllIndexedFS(int aType)
Gets an iterator over all indexed FeatureStructures of the specified Type (and any of its subtypes). |
FSIterator<TOP> |
JFSIndexRepository.getAllIndexedFS(Type aType)
Gets an iterator over all indexed FeatureStructures of the specified Type (and any of its subtypes). |
FSIndex<TOP> |
JFSIndexRepository.getIndex(String label)
Retrieve an index according to a label. |
FSIndex<TOP> |
JFSIndexRepository.getIndex(String label,
int type)
Retrieve an index according to a label and a type. |
Iterator<FSIndex<TOP>> |
JFSIndexRepository.getIndexes()
Get all indexes in this repository. |
Methods in org.apache.uima.jcas with parameters of type TOP | |
---|---|
TOP_Type |
JCas.getType(TOP instance)
Deprecated. use instance.jcasType instead - faster |
Uses of TOP in org.apache.uima.jcas.cas |
---|
Subclasses of TOP in org.apache.uima.jcas.cas | |
---|---|
class |
AnnotationBase
the JCas class model for the CAS type uima.cas.Annotation. |
class |
BooleanArray
JCas class model for BooleanArray |
class |
ByteArray
JCas class model for ByteArray |
class |
DoubleArray
JCas class model for DoubleArray |
class |
EmptyFloatList
|
class |
EmptyFSList
|
class |
EmptyIntegerList
|
class |
EmptyStringList
|
class |
FloatArray
Java Cas model for Cas FloatArray. |
class |
FloatList
|
class |
FSArray
Java Class model for Cas FSArray type |
class |
FSList
|
class |
IntegerArray
The Java Class model corresponding to the Cas IntegerArray_JCasImpl type. |
class |
IntegerList
|
class |
LongArray
JCas class model for LongArray |
class |
NonEmptyFloatList
|
class |
NonEmptyFSList
|
class |
NonEmptyIntegerList
|
class |
NonEmptyStringList
|
class |
ShortArray
JCas class model for ShortArray |
class |
Sofa
Updated by JCasGen Fri Apr 29 16:05:04 EDT 2005 |
class |
StringArray
JCas class model for StringArray |
class |
StringList
|
Methods in org.apache.uima.jcas.cas that return TOP | |
---|---|
TOP |
NonEmptyFSList.getHead()
getter for head * |
TOP |
FSList.getNthElement(int i)
|
Methods in org.apache.uima.jcas.cas with parameters of type TOP | |
---|---|
void |
NonEmptyFSList.setHead(TOP v)
setter for head * |
Uses of TOP in org.apache.uima.jcas.tcas |
---|
Subclasses of TOP in org.apache.uima.jcas.tcas | |
---|---|
class |
Annotation
the JCas class model for the CAS type uima.cas.Annotation. |
class |
DocumentAnnotation
The JCas class definition for the CAS DocumentAnnotation type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |