Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%iKnow] >  [TextTransformation] >  [OutputLocation]
Private  Storage   

deprecatedserial class %iKnow.TextTransformation.OutputLocation extends %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.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
2 2


Summary

Properties
OutputLine OutputLineEnd

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 SetEndLocation


Properties

• property OutputLine as %Integer;
Line number in the output text where the item this object annotates starts.
• property OutputLineEnd as %Integer;
Line number in the output text where the item this object annotates ends, if different from OutputLine.

Methods

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


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.