%iKnow.TextTransformation.Model.Model
deprecated class %iKnow.TextTransformation.Model.Model extends %iKnow.TextTransformation.Model.node
Root element for specifying a Text Transformation model. See also %iKnow.TextTransformation.Definition.Property Inventory
Method Inventory
Properties
property HeaderSet as SetReference;
Reference to a set of candidate header strings for identifying sections.
Property methods: HeaderSetGet(), HeaderSetGetSwizzled(), HeaderSetIsValid(), HeaderSetNewObject(), HeaderSetSet()
property KeySet as SetReference;
Reference to a set of candidate key strings for identifying key-value pairs.
Property methods: KeySetGet(), KeySetGetSwizzled(), KeySetIsValid(), KeySetNewObject(), KeySetSet()
property Operations as list of Operation (XMLITEMNAME = "Operation", XMLPROJECTION = "WRAPPED");
Ordered list of atomic annotate and transform operations that make up this model.
Property methods: OperationsBuildValueArray(), OperationsCollectionToDisplay(), OperationsCollectionToOdbc(), OperationsDisplayToCollection(), OperationsGet(), OperationsGetObject(), OperationsGetObjectId(), OperationsGetSwizzled(), OperationsIsValid(), OperationsOdbcToCollection(), OperationsSet(), OperationsSetObject(), OperationsSetObjectId()
property name as %String (XMLPROJECTION = "ATTRIBUTE");
Logical name for this model
Property methods: nameDisplayToLogical(), nameGet(), nameIsValid(), nameLogicalToDisplay(), nameLogicalToOdbc(), nameNormalize(), nameSet()
property outputClass as %String (XMLPROJECTION = "ATTRIBUTE");
Name of the output class to be populated when executing this model. 
This class should inherit from %iKnow.TextTransformation.Output and, the model is
to be applied in batch, also from %Persistent.
Property methods: outputClassDisplayToLogical(), outputClassGet(), outputClassIsValid(), outputClassLogicalToDisplay(), outputClassLogicalToOdbc(), outputClassNormalize(), outputClassSet()
Methods
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()