%DeepSee.PMML.Definition.Util.Apply
class %DeepSee.PMML.Definition.Util.Apply extends %DeepSee.PMML.Definition.Util.AbstractExpression, %DeepSee.PMML.Definition.extendableNode
Property Inventory
Method Inventory
Properties
property Expressions as list of AbstractExpression (XMLPROJECTION = "ELEMENT", XMLTYPECONSTRAINT = "CHOICE");
Property methods: ExpressionsBuildValueArray(), ExpressionsCollectionToDisplay(), ExpressionsCollectionToOdbc(), ExpressionsDisplayToCollection(), ExpressionsGet(), ExpressionsGetObject(), ExpressionsGetObjectId(), ExpressionsGetSwizzled(), ExpressionsIsValid(), ExpressionsOdbcToCollection(), ExpressionsSet(), ExpressionsSetObject(), ExpressionsSetObjectId()
property function as %DeepSee.PMML.Datatype.String (XMLPROJECTION = "ATTRIBUTE") [ Required ];
Property methods: functionDisplayToLogical(), functionGet(), functionIsValid(), functionLogicalToDisplay(), functionLogicalToOdbc(), functionNormalize(), functionSet()
property invalidValueTreatment as %DeepSee.PMML.Datatype.InvalidValueTreatmentMethod (XMLPROJECTION = "ATTRIBUTE") [ InitialExpression = "returnInvalid" ];
Property methods: invalidValueTreatmentDisplayToLogical(), invalidValueTreatmentGet(), invalidValueTreatmentIsValid(), invalidValueTreatmentLogicalToDisplay(), invalidValueTreatmentLogicalToOdbc(), invalidValueTreatmentNormalize(), invalidValueTreatmentSet()
property mapMissingTo as %DeepSee.PMML.Datatype.String (XMLPROJECTION = "ATTRIBUTE");
Property methods: mapMissingToDisplayToLogical(), mapMissingToGet(), mapMissingToIsValid(), mapMissingToLogicalToDisplay(), mapMissingToLogicalToOdbc(), mapMissingToNormalize(), mapMissingToSet()
Methods
method %GetComputeCode(Output pInline As %Boolean = 0, pOverrideSource As %String = "", pThis As %String = ".") 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
Inherited Members
Inherited Properties
Inherited 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()