Package | Description |
---|---|
org.apache.uima.cas |
Common Analysis System(CAS) Interfaces
|
org.apache.uima.cas.impl |
Implementation and Low-Level API for the CAS Interfaces.
|
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 | |
org.apache.uima.util |
Utility classes and interfaces used by UIMA components.
|
Modifier and Type | Method and Description |
---|---|
T |
SelectFSs.get(TOP fs)
Positions to the fs using moveTo(fs).
|
T |
SelectFSs.get(TOP fs,
int offset)
Positions to the fs using moveTo(fs), followed by a shifted(offset).
|
T |
SelectFSs.single(TOP fs)
Positions to the fs using moveTo(fs).
|
T |
SelectFSs.single(TOP fs,
int offset)
Positions to the fs using moveTo(fs), followed by a shifted(offset).
|
T |
SelectFSs.singleOrNull(TOP fs)
Positions to the fs using moveTo(fs).
|
T |
SelectFSs.singleOrNull(TOP fs,
int offset)
Positions to the fs using moveTo(fs), followed by a shifted(offset).
|
SelectFSs<T> |
SelectFSs.startAt(TOP fs)
Starting Position specification - For ordered sources, specifies which FS to start at.
|
SelectFSs<T> |
SelectFSs.startAt(TOP fs,
int shift)
Starting Position specification - A combination of startAt followed by a shift
|
Modifier and Type | Method and Description |
---|---|
TOP[] |
XmiSerializationSharedData.getAndSortByIdAllFSsInIdMap()
Get all FS Addresses that have been added to the id map.
|
TOP |
XmiSerializationSharedData.getEncompassingFS(TOP nonsharedFS) |
TOP |
XmiSerializationSharedData.getFsForXmiId(int xmiId)
Gets the FS address that corresponds to the given xmi:id, in the most
recent serialization or deserialization.
|
TOP[] |
XmiSerializationSharedData.getNonsharedMulitValuedFSs() |
Modifier and Type | Method and Description |
---|---|
void |
XmiSerializationSharedData.addNonsharedRefToFSMapping(TOP nonsharedFS,
TOP fs)
Add mapping between the address of FS that is the value of a non-shared multi-valued
feature of a FeatureStructure.
|
void |
XmiSerializationSharedData.addOutOfTypeSystemAttribute(TOP fs,
String featName,
String featVal)
Records an out-of-typesystem attribute that belongs to an in-typesystem FS.
|
void |
XmiSerializationSharedData.addOutOfTypeSystemChildElements(TOP fs,
String featName,
ArrayList<String> featVals)
Records out-of-typesystem child elements that belong to an in-typesystem FS.
|
TOP |
XmiSerializationSharedData.getEncompassingFS(TOP nonsharedFS) |
XmiSerializationSharedData.OotsElementData |
XmiSerializationSharedData.getOutOfTypeSystemFeatures(TOP fs)
Gets information about out-of-typesystem features that belong to an
in-typesystem FS.
|
String |
XmiSerializationSharedData.getXmiId(TOP fs) |
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.
|
default <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)
Used for error message:
When a particular loaded type system is missing the type that corresponds to a loaded JCas class
(perhaps that class was loaded when another type system was being used, or
it was just referred to in Java code (which causes it to be loaded)
then the error message uses this to get the class to be able to print the class name
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 |
FSArrayList<T extends TOP>
An ArrayList type containing Feature Structures, for UIMA
Has all the methods of List
Implements the select(...) APIs
|
class |
FSHashSet<T extends TOP>
a hash set of Feature Structures
Is Pear aware - stores non-pear versions but may return pear version in pear contexts
Updated by JCasGen Fri Jan 20 11:55:59 EST 2017
XML source: C:/au/svnCheckouts/branches/uimaj/v3-alpha/uimaj-types/src/main/descriptors/java_object_type_descriptors.xml
|
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 |
FSArrayList<T extends TOP>
An ArrayList type containing Feature Structures, for UIMA
Has all the methods of List
Implements the select(...) APIs
|
class |
FSHashSet<T extends TOP>
a hash set of Feature Structures
Is Pear aware - stores non-pear versions but may return pear version in pear contexts
Updated by JCasGen Fri Jan 20 11:55:59 EST 2017
XML source: C:/au/svnCheckouts/branches/uimaj/v3-alpha/uimaj-types/src/main/descriptors/java_object_type_descriptors.xml
|
class |
FSList |
class |
IntegerArray
The Java Class model corresponding to the Cas IntegerArray_JCasImpl type.
|
class |
IntegerArrayList
An ArrayList type containing ints, for UIMA
- implements a subset of the List API, Iterable<Integer>, IntListIterator.
|
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 |
class |
StringArray
JCas class model for StringArray
|
class |
StringList |
Modifier and Type | Field and Description |
---|---|
static TOP |
TOP._singleton |
Modifier and Type | Method and Description |
---|---|
static <N extends TOP> |
FSArrayList.create(JCas jcas,
N[] a)
Convenience - create a FSArrayList from an existing FeatureStructure[].
|
<T extends TOP> |
FSArray.stream() |
<T extends TOP> |
FSList.stream() |
Modifier and Type | Method and Description |
---|---|
static TOP |
TOP._createJCasHashMapReserve(int id)
for internal use only
|
static TOP |
TOP._createSearchKey(int id) |
TOP[] |
FSArray._getTheArray() |
T[] |
FSHashSet._toArrayForSelect() |
TOP |
FSArray.get(int i)
return the indexed value from the corresponding Cas FSArray as a Java Model object.
|
TOP |
NonEmptyFSList.getHead() |
TOP |
FSList.getNthElement(int i) |
TOP |
NonEmptyFSList.getNthElement(int i) |
TOP |
Sofa.getSofaArray()
These getter methods are for creating method handle access
The getter name must match the feature name + transformation
- used in generic pretty printing routines
|
T[] |
FSArrayList.toArray()
Note: converts to pear trampolines.
|
T[] |
FSHashSet.toArray() |
Modifier and Type | Method and Description |
---|---|
Iterator<TOP> |
FSArray.iterator() |
Iterator<TOP> |
FSList.iterator() |
Iterator<TOP> |
NonEmptyFSList.iterator() |
Spliterator<TOP> |
FSArray.spliterator() |
Modifier and Type | Method and Description |
---|---|
void |
FSArrayList.copyFromArray(T[] src,
int srcPos,
int destPos,
int length)
Copy from array.
|
static <N extends TOP> |
FSArrayList.create(JCas jcas,
N[] a)
Convenience - create a FSArrayList from an existing FeatureStructure[].
|
NonEmptyFSList |
FSList.push(TOP item)
pushes item onto front of this list
|
Constructor and Description |
---|
NonEmptyFSList(JCas jcas,
TOP head)
Generate a NonEmpty node with the specified head with the empty node as the tail
|
NonEmptyFSList(JCas jcas,
TOP head,
CommonList tail)
Generate a NonEmpty node with the specified head and 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. |
Modifier and Type | Method and Description |
---|---|
boolean |
CasCopier.alreadyCopied(TOP aFS)
Note: if lenient is in effect, this method will return false for
FSs which are not copied because the target doesn't have that type.
|
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.