Uses of Class
org.apache.uima.jcas.cas.FSArray
Package
Description
Common Analysis System(CAS) Interfaces
Implementation and Low-Level API for the CAS Interfaces.
Interfaces for accessing the JCAS.
JCAS model for built-in CAS types
Provides the classes that support the Java Cas Model (JCM).
-
Uses of FSArray in org.apache.uima.cas
Modifier and TypeMethodDescriptiondefault <T extends FeatureStructure>
FSArray<T> CAS.emptyFSArray()
default <T extends FeatureStructure>
FSArray<T> CAS.emptyFSArray
(Type type) -
Uses of FSArray in org.apache.uima.cas.impl
Modifier and TypeMethodDescription<T extends FeatureStructure>
FSArray<T> CASImpl.emptyFSArray()
<T extends FeatureStructure>
FSArray<T> CASImpl.emptyFSArray
(Type type) Modifier and TypeMethodDescriptionvoid
XmiSerializationSharedData.addOutOfTypeSystemArrayElement
(FSArray fsarray, int index, int xmiId) Records an out-of-typesystem array element in the XmiSerializationSharedData.XmiSerializationSharedData.getOutOfTypeSystemArrayElements
(FSArray fsarray) Gets information about out-of-typesystem array elements.final FeatureStructure
CASImpl.getRefArrayValue
(FSArray array, int i) CasCompare.sortFSArray
(FSArray<?> fsArray) This is an optional pre-compare operation. -
Uses of FSArray in org.apache.uima.fit.util
Modifier and TypeMethodDescriptionstatic <T extends FeatureStructure>
FSArray<T> FSCollectionFactory.createFSArray
(JCas aJCas, Collection<T> aCollection) static <T extends FeatureStructure>
FSArray<T> FSCollectionFactory.createFSArray
(JCas aJCas, T... aArray) static <T extends FeatureStructure>
FSArray<T> static <T extends FeatureStructure>
FSArray<T> FSCollectionFactory.fillArray
(FSArray<T> aArray, FeatureStructure... aValues) Modifier and TypeMethodDescriptionstatic <T extends FeatureStructure>
FSArray<T> static <T extends FeatureStructure>
FSArray<T> FSCollectionFactory.fillArray
(FSArray<T> aArray, FeatureStructure... aValues) Convenience method select all feature structure from the given type from an array. -
Uses of FSArray in org.apache.uima.jcas
Modifier and TypeMethodDescriptiondefault FSArray
JCas.emptyFSArray()
Retrieve a lazily-created constant from the cas which holds a 0-length instance.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 -
Uses of FSArray in org.apache.uima.jcas.cas
Modifier and TypeMethodDescriptionstatic <U extends FeatureStructure>
FSArray<U> FSArray.create
(JCas jcas, FeatureStructure[] a) Convenience - create a FSArray from an existing FeatureStructure[] -
Uses of FSArray in org.apache.uima.jcas.impl