Package | Description |
---|---|
org.apache.uima.cas |
Common Analysis System(CAS) Interfaces
|
org.apache.uima.jcas.cas |
JCAS model for built-in CAS types
|
Modifier and Type | Interface and Description |
---|---|
interface |
ArrayFS
Feature structure array interface.
|
interface |
BooleanArrayFS
Boolean array interface.
|
interface |
ByteArrayFS
Byte array interface.
|
interface |
DoubleArrayFS
Double array interface.
|
interface |
FloatArrayFS
Interface for CAS float arrays.
|
interface |
IntArrayFS
Interface for CAS int arrays.
|
interface |
LongArrayFS
Long array interface.
|
interface |
ShortArrayFS
Short array interface.
|
interface |
StringArrayFS
String array interface.
|
Modifier and Type | Method and Description |
---|---|
void |
CommonArrayFS.copyValuesFrom(CommonArrayFS v)
Copy values from another array of the same kind
|
Modifier and Type | Interface and Description |
---|---|
interface |
ArrayFSImpl
Deprecated.
use FSArray instead
|
interface |
CommonPrimitiveArray
This interface is implemented by arrays of non-FeatureStructure components
boolean, byte, short, int, long, float, double, String, JavaObject
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanArray
JCas class model for BooleanArray
|
class |
ByteArray
JCas class model for ByteArray
|
class |
DoubleArray
JCas class model for DoubleArray
|
class |
FloatArray
Java Cas model for Cas FloatArray.
|
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 |
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 |
LongArray
JCas class model for LongArray
|
class |
ShortArray
JCas class model for ShortArray
|
class |
StringArray
JCas class model for StringArray
|
Modifier and Type | Method and Description |
---|---|
void |
BooleanArray.copyValuesFrom(CommonArrayFS v) |
void |
ByteArray.copyValuesFrom(CommonArrayFS v) |
void |
DoubleArray.copyValuesFrom(CommonArrayFS v) |
void |
FloatArray.copyValuesFrom(CommonArrayFS v) |
void |
FSArray.copyValuesFrom(CommonArrayFS v) |
void |
FSArrayList.copyValuesFrom(CommonArrayFS v) |
void |
IntegerArray.copyValuesFrom(CommonArrayFS v) |
void |
IntegerArrayList.copyValuesFrom(CommonArrayFS v) |
void |
LongArray.copyValuesFrom(CommonArrayFS v) |
void |
ShortArray.copyValuesFrom(CommonArrayFS v) |
void |
StringArray.copyValuesFrom(CommonArrayFS v) |
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.