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
Fields in org.apache.uima.cas.impl declared as XmiSerializationSharedData.OotsElementDataModifier and TypeFieldDescriptionXmiCasDeserializer.XmiCasDeserializerHandler.outOfTypeSystemElement
Fields in org.apache.uima.cas.impl with type parameters of type XmiSerializationSharedData.OotsElementDataModifier and TypeFieldDescriptionXmiSerializationSharedData.ootsFeatures
Map from Feature Structure address (Integer) to OotsElementData object, capturing information about out-of-typesystem features that were part of an in-typesystem FS.XmiSerializationSharedData.ootsFs
List of OotsElementData objects, each of which captures information about incoming XMI elements that did not correspond to any type in the type system.Methods in org.apache.uima.cas.impl that return XmiSerializationSharedData.OotsElementDataModifier and TypeMethodDescriptionXmiSerializationSharedData.getOutOfTypeSystemFeatures
(int addr) 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.private void
XmiCasDeserializer.XmiCasDeserializerHandler.addOutOfTypeSystemFeature
(XmiSerializationSharedData.OotsElementData ootsElem, String featName, List<String> featVals)