Package | Description |
---|---|
example | |
org.apache.uima.examples |
Examples illustrating how to use the UIMA Framework.
|
org.apache.uima.examples.tokenizer | |
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.impl |
Provides the classes that support the Java Cas Model (JCM).
|
org.apache.uima.jcas.tcas |
JCAS model for built-in TCAS types
|
org.apache.uima.tutorial |
Modifier and Type | Class and Description |
---|---|
class |
PersonTitle_Type
A Personal Title.
|
Constructor and Description |
---|
PersonTitle(int addr,
TOP_Type type)
Internal - constructor used by generator
|
Modifier and Type | Class and Description |
---|---|
class |
SourceDocumentInformation_Type
Stores detailed information about the original source document from which the current CAS was
initialized.
|
Constructor and Description |
---|
SourceDocumentInformation(int addr,
TOP_Type type)
Internal - constructor used by generator
|
Modifier and Type | Class and Description |
---|---|
class |
Sentence_Type |
class |
Token_Type |
Constructor and Description |
---|
Sentence(int addr,
TOP_Type type)
Internal - Constructor used by generator
|
Token(int addr,
TOP_Type type)
Internal - Constructor used by generator
|
Modifier and Type | Method and Description |
---|---|
TOP_Type |
JCas.getType(int i)
get the JCas _Type instance for a particular CAS type constant
|
TOP_Type |
JCas.getType(TOP instance)
Deprecated.
use instance.jcasType instead - faster
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotationBase_Type |
class |
BooleanArray_Type
The java Cas model for the CAS BooleanArray_Type
|
class |
ByteArray_Type
The java Cas model for the CAS ByteArray_Type
|
class |
CommonArray_Type |
class |
DoubleArray_Type
The java Cas model for the CAS DoubleArray_Type
|
class |
EmptyFloatList_Type |
class |
EmptyFSList_Type |
class |
EmptyIntegerList_Type |
class |
EmptyStringList_Type |
class |
FloatArray_Type
The java Cas model for the CAS FloatArray Type This is not final because the migration
from pre v08 has the old xxx_Type as a subclass of this.
|
class |
FloatList_Type |
class |
FSArray_Type
The java Cas model for the CAS FSArray Type This is not final because the migration from
pre v08 has the old FSArray_Type as a subclass of this.
|
class |
FSList_Type |
class |
IntegerArray_Type
The java Cas model for the CAS IntegerArray_JCasImpl Type This is not final because the
migration from pre v08 has the old xxx_Type as a subclass of this.
|
class |
IntegerList_Type |
class |
LongArray_Type
The java Cas model for the CAS LongArray_Type
|
class |
NonEmptyFloatList_Type |
class |
NonEmptyFSList_Type |
class |
NonEmptyIntegerList_Type |
class |
NonEmptyStringList_Type |
class |
ShortArray_Type
The java Cas model for the CAS ShortArray_Type
|
class |
Sofa_Type
Updated by JCasGen Fri Apr 29 16:05:04 EDT 2005
|
class |
StringArray_Type
The java Cas model for the CAS StringArray Type This is not final because the migration
from pre v08 has the old xxx_Type as a subclass of this.
|
class |
StringList_Type |
Modifier and Type | Field and Description |
---|---|
protected TOP_Type |
TOP_Type.instanceOf_Type
This generator can be set up to either get the identical Java object (if it exists) or just
make a new one.
|
TOP_Type |
TOP.jcasType
used to reference the corresponding TOP_Type instance
|
Constructor and Description |
---|
AnnotationBase(int addr,
TOP_Type type) |
BooleanArray(int addr,
TOP_Type type) |
ByteArray(int addr,
TOP_Type type) |
DoubleArray(int addr,
TOP_Type type) |
EmptyFloatList(int addr,
TOP_Type type) |
EmptyFSList(int addr,
TOP_Type type) |
EmptyIntegerList(int addr,
TOP_Type type) |
EmptyStringList(int addr,
TOP_Type type) |
FloatArray(int addr,
TOP_Type type) |
FloatList(int addr,
TOP_Type type) |
FSArray(int addr,
TOP_Type type) |
FSList(int addr,
TOP_Type type) |
IntegerArray(int addr,
TOP_Type type) |
IntegerList(int addr,
TOP_Type type) |
LongArray(int addr,
TOP_Type type) |
NonEmptyFloatList(int addr,
TOP_Type type) |
NonEmptyFSList(int addr,
TOP_Type type) |
NonEmptyIntegerList(int addr,
TOP_Type type) |
NonEmptyStringList(int addr,
TOP_Type type) |
ShortArray(int addr,
TOP_Type type) |
Sofa(int addr,
TOP_Type type)
Internal - constructor used by generator
|
StringArray(int addr,
TOP_Type type) |
StringList(int addr,
TOP_Type type) |
TOP(int addr,
TOP_Type jcasType) |
Modifier and Type | Method and Description |
---|---|
TOP_Type |
JCasImpl.getType(int i) |
TOP_Type |
JCasImpl.getType(TOP instance) |
Modifier and Type | Class and Description |
---|---|
class |
Annotation_Type |
class |
DocumentAnnotation_Type |
Constructor and Description |
---|
Annotation(int addr,
TOP_Type type) |
DocumentAnnotation(int addr,
TOP_Type type) |
Modifier and Type | Class and Description |
---|---|
class |
DateAnnot_Type
Updated by JCasGen Mon Nov 29 15:02:38 EST 2004
|
class |
DateTimeAnnot_Type
Updated by JCasGen Mon Nov 29 15:02:38 EST 2004
|
class |
Meeting_Type
Updated by JCasGen Mon Nov 29 15:02:38 EST 2004
|
class |
RoomNumber_Type
Updated by JCasGen Mon Nov 29 15:02:37 EST 2004
|
class |
SentenceAnnot_Type
Updated by JCasGen Mon Nov 29 15:02:37 EST 2004
|
class |
TimeAnnot_Type
Updated by JCasGen Mon Nov 29 15:02:38 EST 2004
|
class |
UimaAcronym_Type
Updated by JCasGen Mon Nov 29 15:02:38 EST 2004
|
class |
UimaMeeting_Type
Updated by JCasGen Mon Nov 29 15:02:38 EST 2004
|
class |
WordAnnot_Type
Updated by JCasGen Mon Nov 29 15:02:38 EST 2004
|
Constructor and Description |
---|
DateAnnot(int addr,
TOP_Type type)
Internal - constructor used by generator
|
DateTimeAnnot(int addr,
TOP_Type type)
Internal - constructor used by generator
|
Meeting(int addr,
TOP_Type type)
Internal - constructor used by generator
|
RoomNumber(int addr,
TOP_Type type)
Internal - constructor used by generator
|
SentenceAnnot(int addr,
TOP_Type type)
Internal - constructor used by generator
|
TimeAnnot(int addr,
TOP_Type type)
Internal - constructor used by generator
|
UimaAcronym(int addr,
TOP_Type type)
Internal - constructor used by generator
|
UimaMeeting(int addr,
TOP_Type type)
Internal - constructor used by generator
|
WordAnnot(int addr,
TOP_Type type)
Internal - constructor used by generator
|
Copyright © 2019. All rights reserved.