%iKnow.TextTransformation.OutputLocation
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
- %AddToSaveSet()
- %AddToSyncSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %Delete()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %GetSwizzleObject()
- %IsA()
- %IsModified()
- %IsNull()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %OnBeforeAddToSync()
- %OnDetermineClass()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %SerializeObject()
- %SetModified()
- %SyncObjectIn()
- %SyncTransport()
- %ValidateObject()
- LogicalToOdbc()
- OdbcToLogical()