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 FloatArray |
CAS.emptyFloatArray() |
Modifier and Type | Method and Description |
---|---|
default FloatArray |
JCas.emptyFloatArray()
Retrieve a lazily-created constant from the cas which holds a 0-length instance.
|
default FloatArray |
JCas.getFloatArray0L()
Deprecated.
renamed emptyXXXArray
|
Modifier and Type | Method and Description |
---|---|
static FloatArray |
FloatArray.create(JCas jcas,
float[] a) |
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.