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() |
default <T extends FeatureStructure> |
CAS.emptyFSArray(Type type) |
Modifier and Type | Method and Description |
---|---|
default FSArray |
JCas.emptyFSArray()
Retrieve a lazily-created constant from the cas which holds a 0-length instance.
|
default <T extends TOP> |
JCas.emptyFSArray(Class<T> clazz)
Retrieve a lazily-created constant from the cas which holds a 0-length instance
of a
subtype of FSArray.
|
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–2019 The Apache Software Foundation. All rights reserved.