Uses of Class
org.apache.uima.jcas.cas.FSArray
Packages that use 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
Methods in org.apache.uima.cas that return FSArrayModifier 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
Fields in org.apache.uima.cas.impl with type parameters of type FSArrayModifier and TypeFieldDescriptionCASImpl.SharedViewData.emptyFSArrayMapXmiSerializationSharedData.ootsArrayElementsV3: Key is FSArray Map from an FSArray to a list ofXmiSerializationSharedData.XmiArrayElementobjects, each of which holds an index and an xmi:id for an out-of-typesystem array element.Methods in org.apache.uima.cas.impl that return FSArrayModifier and TypeMethodDescription<T extends FeatureStructure>
FSArray<T> CASImpl.emptyFSArray()<T extends FeatureStructure>
FSArray<T> CASImpl.emptyFSArray(Type type) Methods in org.apache.uima.cas.impl with parameters of type FSArrayModifier and TypeMethodDescriptionvoidXmiSerializationSharedData.addOutOfTypeSystemArrayElement(FSArray fsarray, int index, int xmiId) Records an out-of-typesystem array element in the XmiSerializationSharedData.private voidXCASSerializer.XCASDocSerializer.encodeFSArray(FSArray fs, AttributesImpl attrs) private voidXCASSerializer.XCASDocSerializer.enqueueFSArray(FSArray fs) private voidCasSerializerSupport.CasDocSerializer.enqueueFSArrayElements(FSArray fsArray) Enqueues all FS reachable from an FSArray.private voidXCASDeserializer.XCASDeserializerHandler.finalizeArrayRefValue(int extId, int pos, FSArray fs) Same as above, but specialized for array values, not feature slot valuesprivate voidXmiCasDeserializer.XmiCasDeserializerHandler.finalizeFSArrayRefValue(int xmiId, FSArray fsArray, int index) XmiSerializationSharedData.getOutOfTypeSystemArrayElements(FSArray fsarray) Gets information about out-of-typesystem array elements.final FeatureStructureCASImpl.getRefArrayValue(FSArray array, int i) private voidXmiCasDeserializer.XmiCasDeserializerHandler.maybeSetFsArrayElement(List<String> values, int i, FSArray fsArray) private voidFeatureStructureImplC.printFSArrayElements(FSArray fsarray, int indent, int incr, StringBuilder buf, boolean useShortNames, FeatureStructureImplC.PrintReferences printRefs, boolean isShortForm) For printing FSArrays; called after printing the type:nnn Only called if ! IS_V2_PRETTY_PRINT, since v2 didn't print the array contents prints the length if the length = 0 that's all otherwise:CasCompare.sortFSArray(FSArray<?> fsArray) This is an optional pre-compare operation.Constructors in org.apache.uima.cas.impl with parameters of type FSArray -
Uses of FSArray in org.apache.uima.jcas
Methods in org.apache.uima.jcas that return FSArrayModifier and TypeMethodDescriptiondefault FSArrayJCas.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 FSArrayJCas.getFSArray0L()Deprecated.renamed emptyXXXArray -
Uses of FSArray in org.apache.uima.jcas.cas
Methods in org.apache.uima.jcas.cas that return FSArrayModifier and TypeMethodDescriptionstatic <U extends FeatureStructure>
FSArray<U> FSArray.create(JCas jcas, FeatureStructure[] a) Convenience - create a FSArray from an existing FeatureStructure[]private FSArrayFSArrayList.getFsArray()getter for fsArray - gets internal use - holds the contentsFSHashSet.getFsArray()getter for fsArray - gets internal use - holds the set of Feature StructuresInt2FS.getFsArray()getter for fsArray - internal useMethods in org.apache.uima.jcas.cas with parameters of type FSArrayModifier and TypeMethodDescriptionprivate voidFSArrayList.setFsArray(FSArray v) setter for fsArray - sets internal use - holds the contentsprivate voidFSHashSet.setFsArray(FSArray<T> v) setter for fsArray - sets internal use - holds the set of Feature Structuresprivate voidInt2FS.setFsArray(FSArray<T> v) setter for fsArray - internal use -
Uses of FSArray in org.apache.uima.jcas.impl
Methods in org.apache.uima.jcas.impl that return FSArray