%UIMA.Model.annotationStore
class %UIMA.Model.annotationStore extends %UIMA.Model.node
The XML structure represented by this object is used to configure a UIMA Annotation StoreProperty Inventory
Method Inventory
Parameters
parameter XMLNAME = store;
Inherited description: This parameter provides the default XMLNAME for the class. If it is
empty then the class name will be used to construct a default XML name.
The default XMLNAME is used as the top level tag
when exporting objects and the export context
did not provide an XML container name.
Properties
property filters as filters;
Filter specification for restricting which annotation types will be written to which
annotation tables. See also filters
Property methods: filtersGet(), filtersGetSwizzled(), filtersIsValid(), filtersNewObject(), filtersSet()
property package as %String (MAXLEN = 100, XMLPROJECTION = "attribute") [ Required ];
Name of the package in which the annotation store classes will be generated. Note
that existing classes will be overridden.
Property methods: packageDisplayToLogical(), packageGet(), packageIsValid(), packageLogicalToDisplay(), packageLogicalToOdbc(), packageNormalize(), packageSet()
property tables as list of table);
List of annotation table definitions that need to be customized.
Property methods: tablesBuildValueArray(), tablesCollectionToDisplay(), tablesCollectionToOdbc(), tablesDisplayToCollection(), tablesGet(), tablesGetObject(), tablesGetObjectId(), tablesGetSwizzled(), tablesIsValid(), tablesOdbcToCollection(), tablesSet(), tablesSetObject(), tablesSetObjectId()
Methods
classmethod ApplyDefaults(ByRef pStore As annotationStore = "", pPackage As %String = "") as %Status
Applies defaults
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()