%DeepSee.PMML.Definition.TaxonomyChildParent
class %DeepSee.PMML.Definition.TaxonomyChildParent extends %DeepSee.PMML.Definition.extendableNode
Property Inventory (Including Private)
Parameters
parameter XMLNAME = ChildParent;
Inherited description: 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 (Including Private)
property TableIdentifier as %DeepSee.PMML.Definition.Util.TableIdentifier (XMLPROJECTION = "ELEMENT", XMLTYPECONSTRAINT = "CHOICE");
Property methods: TableIdentifierGet(), TableIdentifierGetSwizzled(), TableIdentifierIsValid(), TableIdentifierNewObject(), TableIdentifierSet()
property childField as %DeepSee.PMML.Datatype.String (XMLPROJECTION = "ATTRIBUTE") [ Required ];
Property methods: childFieldDisplayToLogical(), childFieldGet(), childFieldIsValid(), childFieldLogicalToDisplay(), childFieldLogicalToOdbc(), childFieldNormalize(), childFieldSet()
property isRecursive as %DeepSee.PMML.Datatype.YesNo (XMLPROJECTION = "ATTRIBUTE") [ InitialExpression = "no" ];
Property methods: isRecursiveDisplayToLogical(), isRecursiveGet(), isRecursiveIsValid(), isRecursiveLogicalToDisplay(), isRecursiveLogicalToOdbc(), isRecursiveNormalize(), isRecursiveSet()
property parentField as %DeepSee.PMML.Datatype.String (XMLPROJECTION = "ATTRIBUTE") [ Required ];
Property methods: parentFieldDisplayToLogical(), parentFieldGet(), parentFieldIsValid(), parentFieldLogicalToDisplay(), parentFieldLogicalToOdbc(), parentFieldNormalize(), parentFieldSet()
property parentLevelField as %DeepSee.PMML.Datatype.String (XMLPROJECTION = "ATTRIBUTE");
Property methods: parentLevelFieldDisplayToLogical(), parentLevelFieldGet(), parentLevelFieldIsValid(), parentLevelFieldLogicalToDisplay(), parentLevelFieldLogicalToOdbc(), parentLevelFieldNormalize(), parentLevelFieldSet()
Inherited Members
Inherited Properties (Including Private)
Inherited Methods (Including Private)
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToSaveSet()
- %OnClose()
- %OnConstructClone()
- %OnNew()
- %OnValidateObject()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- %ValidatePMML()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLImportAttributes()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()