%UIMA.Model.features
class %UIMA.Model.features extends %UIMA.Model.node
Property Inventory (Including Private)
Method Inventory (Including Private)
Properties (Including Private)
property features as list of feature (XMLNAME = "feature", XMLPROJECTION = "element");
See feature.
Property methods: featuresBuildValueArray(), featuresCollectionToDisplay(), featuresCollectionToOdbc(), featuresDisplayToCollection(), featuresGet(), featuresGetObject(), featuresGetObjectId(), featuresGetSwizzled(), featuresIsValid(), featuresOdbcToCollection(), featuresSet(), featuresSetObject(), featuresSetObjectId()
property storeOther as %String (VALUELIST = ",ignore,json,array", XMLPROJECTION = "attribute") [ InitialExpression = "json" ];
This parameter controls whether
features for which no column is explicitly created should be stored in an array of strings ("array"),
a single JSON string in a %String column ("json") or not at all ("ignore").
Property methods: storeOtherDisplayToLogical(), storeOtherGet(), storeOtherIsValid(), storeOtherLogicalToDisplay(), storeOtherLogicalToOdbc(), storeOtherNormalize(), storeOtherSet()
Methods (Including Private)
private method %OnValidateObject() as %Status [ Language = objectscript ]
Inherited description: This callback method is invoked by the %ValidateObject() method to
provide notification that the current object is being validated.
If this method returns an error then %ValidateObject() will fail.
Inherited Members
Inherited Methods (Including Private)
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToSaveSet()
- %OnClose()
- %OnConstructClone()
- %OnNew()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLImportAttributes()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()