Skip to main content

%iKnow.TextTransformation.OutputLocation

deprecated serial class %iKnow.TextTransformation.OutputLocation extends %Library.SerialObject

This class represents a particular location in the text being transformed by a TT model. The OutputLine property refers to a line number in the transformed text, which may differ from the original input text. This transformed text is saved to the OutputText property of the Output class.

Property Inventory

Method Inventory

Properties

property OutputLine as %Integer;
Line number in the output text where the item this object annotates starts.
Property methods: OutputLineDisplayToLogical(), OutputLineGet(), OutputLineIsValid(), OutputLineLogicalToDisplay(), OutputLineNormalize(), OutputLineSet()
property OutputLineEnd as %Integer;
Line number in the output text where the item this object annotates ends, if different from OutputLine.
Property methods: OutputLineEndDisplayToLogical(), OutputLineEndGet(), OutputLineEndIsValid(), OutputLineEndLogicalToDisplay(), OutputLineEndNormalize(), OutputLineEndSet()

Methods

method SetEndLocation(pLocation As OutputLocation) as %Status
Registers the supplied location object as the end location of this object.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab