Uses of Class
org.apache.uima.cas.impl.AllowPreexistingFS

Packages that use AllowPreexistingFS
org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. 
 

Uses of AllowPreexistingFS in org.apache.uima.cas.impl
 

Methods in org.apache.uima.cas.impl that return AllowPreexistingFS
static AllowPreexistingFS AllowPreexistingFS.valueOf(java.lang.String name)
          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 AllowPreexistingFS
static void XmiCasDeserializer.deserialize(java.io.InputStream aStream, CAS aCAS, boolean aLenient, XmiSerializationSharedData aSharedData, int aMergePoint, AllowPreexistingFS allowPreexistingFS)
          Deserializes a CAS from XMI.
 org.xml.sax.helpers.DefaultHandler XmiCasDeserializer.getXmiCasHandler(CAS cas, boolean lenient, XmiSerializationSharedData sharedData, int mergePoint, AllowPreexistingFS allow)
          Create a default handler for deserializing a CAS from XMI.
 



Copyright © 2013. All Rights Reserved.