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 types
|
org.apache.uima.jcas.tcas |
JCAS model for built-in TCAS types
|
Modifier and Type | Class and Description |
---|---|
class |
SourceDocumentInformation
Stores detailed information about the original source document from which the current CAS was
initialized.
|
Modifier and Type | Method and Description |
---|---|
<T extends TOP> |
JCas.getAllIndexedFS(Class<T> clazz)
Gets an iterator over all indexed FeatureStructures of the specified Type (and any of its
subtypes).
|
<T extends TOP> |
JFSIndexRepository.getAllIndexedFS(int aType)
Gets an iterator over all indexed FeatureStructures of the specified Type (and any of its
subtypes).
|
<T extends TOP> |
JFSIndexRepository.getAllIndexedFS(Type aType)
Gets an iterator over all indexed FeatureStructures of the specified Type (and any of its
subtypes).
|
<T extends TOP> |
JFSIndexRepository.getIndex(String label)
Retrieve an index according to a label.
|
<T extends TOP> |
JCas.getIndex(String label,
Class<T> clazz)
Retrieve an index according to a label and a type specified using a JCas class.
|
<T extends TOP> |
JFSIndexRepository.getIndex(String label,
int type)
Retrieve an index according to a label and a type.
|
<T extends TOP> |
JCas.getJfsFromCaddr(int casAddr) |
Modifier and Type | Method and Description |
---|---|
TOP |
JCas.getDocumentAnnotationFs()
Gets the document annotation.
|
Modifier and Type | Method and Description |
---|---|
static Class<? extends TOP> |
JCasRegistry.getClassForIndex(int aIndex)
Gets the JCas cover class for a given index.
|
Iterator<FSIndex<TOP>> |
JFSIndexRepository.getIndexes()
Get all indexes in this repository.
|
Modifier and Type | Method and Description |
---|---|
TOP_Type |
JCas.getType(TOP instance)
Deprecated.
use instance.jcasType instead - faster
|
Modifier and Type | Method and Description |
---|---|
static int |
JCasRegistry.register(Class<? extends TOP> aJCasCoverClass)
Registers a JCas cover class with this registry.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotationBase
the JCas class model for the CAS type uima.cas.AnnotationBase.
|
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 |
Modifier and Type | Method and Description |
---|---|
TOP |
NonEmptyFSList.getHead() |
TOP |
FSList.getNthElement(int i) |
Modifier and Type | Method and Description |
---|---|
Iterator<TOP> |
FSList.iterator() |
Iterator<TOP> |
NonEmptyFSList.iterator() |
Modifier and Type | Method and Description |
---|---|
NonEmptyFSList |
FSList.push(TOP item)
pushes item onto front of this list
|
void |
NonEmptyFSList.setHead(TOP v) |
Constructor and Description |
---|
NonEmptyFSList(JCas jcas,
TOP item,
FSList tail) |
Modifier and Type | Class and Description |
---|---|
class |
Annotation
the JCas class model for the CAS type uima.cas.Annotation.
|
class |
DocumentAnnotation
The JCas class definition for the CAS
DocumentAnnotation type. |
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.