Uses of Enum
org.apache.uima.cas.impl.AllowPreexistingFS
Packages that use AllowPreexistingFS
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of AllowPreexistingFS in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as AllowPreexistingFSModifier and TypeFieldDescriptionprivate AllowPreexistingFS
BinaryCasSerDes6.allowPreexistingFS
Things for just deserialization(package private) AllowPreexistingFS
XmiCasDeserializer.XmiCasDeserializerHandler.allowPreexistingFS
Methods in org.apache.uima.cas.impl that return AllowPreexistingFSModifier and TypeMethodDescriptionstatic AllowPreexistingFS
Returns the enum constant of this type with the specified name.static AllowPreexistingFS[]
AllowPreexistingFS.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.uima.cas.impl with parameters of type AllowPreexistingFSModifier and TypeMethodDescriptionvoid
BinaryCasSerDes6.deserialize
(InputStream istream, AllowPreexistingFS allowPreexistingFS) Version used by uima-as to read delta cas from remote parallel stepsstatic void
XmiCasDeserializer.deserialize
(InputStream aStream, CAS aCAS, boolean aLenient, XmiSerializationSharedData aSharedData, int aMergePoint, AllowPreexistingFS allowPreexistingFS) Deserializes a CAS from XMI.void
BinaryCasSerDes6.deserializeAfterVersion
(DataInputStream istream, boolean isDelta, AllowPreexistingFS allowPreexistingFS) static BinaryCasSerDes6
Serialization.deserializeCAS
(CAS cas, InputStream istream, TypeSystem tgtTypeSystem, BinaryCasSerDes6.ReuseInfo reuseInfo, AllowPreexistingFS allowPreexisting) Deserialize a CAS, in various binary formats, into an existing CAS Note: this form supports deserializing the following binary representations: - compressed, type filtering (form 6), delta and not-delta.XmiCasDeserializer.getXmiCasHandler
(CAS cas, boolean lenient, XmiSerializationSharedData sharedData, int mergePoint, AllowPreexistingFS allow) Create a default handler for deserializing a CAS from XMI.Constructors in org.apache.uima.cas.impl with parameters of type AllowPreexistingFSModifierConstructorDescriptionprivate
XmiCasDeserializerHandler
(CASImpl aCAS, boolean lenient, XmiSerializationSharedData sharedData, int mergePoint, AllowPreexistingFS allowPreexistingFS) Creates a SAX handler used for deserializing an XMI CAS.