%iKnow.TextTransformation.Model.Operation
Class %iKnow.TextTransformation.Model.Operation Extends node [ Deprecated, System = 3 ]
This class represents an atomic operation in the sequence of operations making up a TT model.
Properties
name
Property name As %String(XMLPROJECTION = "ATTRIBUTE") [ Required ];
Name of this operation. This should correspond to the class name of a subclass of %iKnow.TextTransformation.Annotate or %iKnow.TextTransformation.Transform. If the class belongs to the %iKnow.TextTransformation package, the package name can be left out.
displayName
Property displayName As %String(XMLPROJECTION = "NONE") [ Calculated ];
Display name of the operation.
type
Property type As %String(VALUELIST = ",annotate,transform", XMLPROJECTION = "ATTRIBUTE");
Operation type
description
Property description As %String(XMLPROJECTION = "ATTRIBUTE");
Methods
typeGet
Method typeGet() As %String [ Internal, ServerOnly = 1 ]
displayNameGet
Method displayNameGet() As %String [ Internal, ServerOnly = 1 ]
GetClassname
Method GetClassname() As %String
Returns the full classname for the operation class referred to in name.