Skip to main content

%iKnow.TextTransformation.OutputLocation

Class %iKnow.TextTransformation.OutputLocation Extends %SerialObject [ Deprecated, System = 4 ]

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.

Properties

OutputLine

Property OutputLine As %Integer;

Line number in the output text where the item this object annotates starts.

OutputLineEnd

Property OutputLineEnd As %Integer;

Line number in the output text where the item this object annotates ends, if different from OutputLine.

Methods

%OnNew

Method %OnNew(pOutputLine As %Integer) As %Status [ Internal, ServerOnly = 1 ]

SetEndLocation

Method SetEndLocation(pLocation As OutputLocation) As %Status

Registers the supplied location object as the end location of this object.