Package | Description |
---|---|
org.apache.uima.cas |
Common Analysis System(CAS) Interfaces
|
org.apache.uima.jcas |
Interfaces for accessing the JCAS.
|
org.apache.uima.jcas.cas |
JCAS model for built-in CAS types
|
Modifier and Type | Method and Description |
---|---|
default <T extends FeatureStructure> |
CAS.emptyFSArray() |
Modifier and Type | Method and Description |
---|---|
default FSArray |
JCas.emptyFSArray()
A constant for each cas which holds a 0-length instance.
|
default FSArray |
JCas.getFSArray0L()
Deprecated.
renamed emptyXXXArray
|
Modifier and Type | Method and Description |
---|---|
static <U extends FeatureStructure> |
FSArray.create(JCas jcas,
FeatureStructure[] a)
Convenience - create a FSArray from an existing FeatureStructure[]
|
Copyright © 2006–2018 The Apache Software Foundation. All rights reserved.