Uses of Class
org.apache.uima.cas.impl.XmiSerializationSharedData.OotsElementData
Packages that use XmiSerializationSharedData.OotsElementData
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of XmiSerializationSharedData.OotsElementData in org.apache.uima.cas.impl
Methods in org.apache.uima.cas.impl that return XmiSerializationSharedData.OotsElementDataModifier and TypeMethodDescriptionXmiSerializationSharedData.getOutOfTypeSystemFeatures
(TOP fs) Gets information about out-of-typesystem features that belong to an in-typesystem FS.Methods in org.apache.uima.cas.impl that return types with arguments of type XmiSerializationSharedData.OotsElementDataModifier and TypeMethodDescriptionXmiSerializationSharedData.getOutOfTypeSystemElements()
Gets a List ofXmiSerializationSharedData.OotsElementData
objects, each of which describes an incoming XMI element that did not correspond to a Type in the TypeSystem.Methods in org.apache.uima.cas.impl with parameters of type XmiSerializationSharedData.OotsElementDataModifier and TypeMethodDescriptionvoid
XmiSerializationSharedData.addOutOfTypeSystemElement
(XmiSerializationSharedData.OotsElementData elemData) Records information about an XMI element that was not an instance of any type in the type system.static void
XmiSerializationSharedData.addOutOfTypeSystemFeature
(XmiSerializationSharedData.OotsElementData oed, String featName, ArrayList<String> featVals)