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

class %DeepSee.PMML.Definition.TaxonomyChildParent extends extendableNode

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 5


Summary

Properties
Extension TableIdentifier childField isRecursive
parentField parentLevelField

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


Parameters

• parameter XMLNAME = "ChildParent";
This parameter provides the default XMLNAME for the class. If it is empty then the class name will be used to construct a default XML name. The default XMLNAME is used as the top level tag when exporting objects and the export context did not provide an XML container name.

Properties

• property TableIdentifier as %DeepSee.PMML.Definition.Util.TableIdentifier(XMLPROJECTION="ELEMENT",XMLTYPECONSTRAINT="CHOICE");
• property childField as %DeepSee.PMML.Datatype.String(XMLPROJECTION="ATTRIBUTE") [ Required ];
• property isRecursive as %DeepSee.PMML.Datatype.YesNo(XMLPROJECTION="ATTRIBUTE") [ InitialExpression = "no" ];
• property parentField as %DeepSee.PMML.Datatype.String(XMLPROJECTION="ATTRIBUTE") [ Required ];
• property parentLevelField as %DeepSee.PMML.Datatype.String(XMLPROJECTION="ATTRIBUTE");


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