Skip to main content

%iKnow.TextTransformation.Model.Model

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

method %SaveToClass(pClassName As %String, pOverwriteExisting As %Boolean = 1, pVerbose As %Boolean = 0, pCompile As %Boolean = 1) as %Status
method %ToString(Output pString As %String, pFormatted As %Boolean = 1) as %Status

Inherited Members

Inherited Methods

FeedbackOpens in a new tab