serial class %DeepSee.extensions.modelling.conf.Table
extends %SerialObject, Operator
parameter IMPLEMENTINGCLASS = "%DeepSee.extensions.modelling.TableGenerator";
property Attributes
as Attributes;
property ClassName
as %String;
property InstanceType
as %String [ InitialExpression = "%String" ];
property MaxPC
as %Integer [ InitialExpression = 0 ];
property OutcomeColumn
as %String [ InitialExpression = "Outcome" ];
property OutcomeType
as %String [ InitialExpression = "%String" ];
property hasOutcome
as %Boolean(XMLPROJECTION="ATTRIBUTE");