Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%DeepSee] >  [PMML] >  [Definition] >  [Util] >  [Apply]
Private  Storage   

class %DeepSee.PMML.Definition.Util.Apply extends AbstractExpression, %DeepSee.PMML.Definition.extendableNode

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
5 3


Summary

Properties
Expressions Extension defaultValue function
invalidValueTreatment mapMissingTo

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetComputeCode %GetParameter %IsA %IsModified
%New %NormalizeObject %ObjectModified %OriginalNamespace
%PackageName %RemoveFromSaveSet %SerializeObject %SetModified
%ValidateNames %ValidateObject %ValidatePMML XMLDTD
XMLExport XMLExportToStream XMLExportToString XMLNew
XMLSchema XMLSchemaNamespace XMLSchemaType


Properties

• property Expressions as list of AbstractExpression(XMLPROJECTION="ELEMENT",XMLTYPECONSTRAINT="CHOICE");
• property defaultValue as %DeepSee.PMML.Datatype.String(XMLPROJECTION="ATTRIBUTE");
• property function as %DeepSee.PMML.Datatype.String(XMLPROJECTION="ATTRIBUTE") [ Required ];
• property invalidValueTreatment as %DeepSee.PMML.Datatype.InvalidValueTreatmentMethod(XMLPROJECTION="ATTRIBUTE") [ InitialExpression = "returnInvalid" ];
• property mapMissingTo as %DeepSee.PMML.Datatype.String(XMLPROJECTION="ATTRIBUTE");

Methods

• method %GetComputeCode(Output pInline As %Boolean = 0, pOverrideSource As %String = "", pThis As %String = ".", pArrayFormat As %Boolean = 0) as %String
Returns the COS code to compute this expression. Sets pInline to 1 if the returned string can simply be nested in an enclosing expression. If pInline = 0, the code returned is assumed to populate a variable tValue, with each line prepended with appropriate whitespace to allow simple compilation.
• method %ValidateNames(ByRef pDictionary) as %Status


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