Package | Description |
---|---|
org.apache.uima.cas.impl |
Implementation and Low-Level API for the CAS Interfaces.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 © 2012. All Rights Reserved.