Uses of Class
de.mid.innovator.srv2api.icw2elem.K_BUILTIN_AGGREGATOR
-
Packages that use K_BUILTIN_AGGREGATOR Package Description de.mid.innovator.srv2api.icw2dm The purpose of DMN is to provide the constructs that are needed to model decisions, so that organizational decision-making can be readily depicted in diagrams, accurately defined by business analysts, and (optionally) automated.de.mid.innovator.srv2api.icw2elem Describes the common behavior of all elements stored in a model server repository even configuration elements in profiles and schema elements of the meta model. -
-
Uses of K_BUILTIN_AGGREGATOR in de.mid.innovator.srv2api.icw2dm
Fields in de.mid.innovator.srv2api.icw2dm declared as K_BUILTIN_AGGREGATOR Modifier and Type Field Description K_BUILTIN_AGGREGATOR
ARG_XDMNDecisionTableRep. kAggr
aggregation function if hit policy is collectMethods in de.mid.innovator.srv2api.icw2dm that return K_BUILTIN_AGGREGATOR Modifier and Type Method Description K_BUILTIN_AGGREGATOR
DMDecisionTable. getBuiltinAggregation()
If present, this attribute specifies the aggregation function to be applied to the unordered set of values of the applicable rules to determine the value of thisDMDecisionTable
when the hit policy is collect.Methods in de.mid.innovator.srv2api.icw2dm with parameters of type K_BUILTIN_AGGREGATOR Modifier and Type Method Description void
DMDecisionTable. setBuiltinAggregation(K_BUILTIN_AGGREGATOR value)
Set the value of Attribut BuiltinAggregation.Constructors in de.mid.innovator.srv2api.icw2dm with parameters of type K_BUILTIN_AGGREGATOR Constructor Description ARG_XDMNDecisionTableRep(DMNElement ohElement, DMExpression ohExpr, java.lang.String strName, K_HIT_POLICY kHit, K_BUILTIN_AGGREGATOR kAggr, K_DECISION_TABLE_ORIENTATION kOrient, java.util.List<ARG_XDMNInputClauseRep> seqInput, java.util.List<ARG_XDMNOutputClauseRep> seqOutput, java.util.List<ARG_XDMNRuleAnnoClauseRep> seqAnno, java.util.List<ARG_XDMNDecisionRuleRep> seqRule)
-
Uses of K_BUILTIN_AGGREGATOR in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_BUILTIN_AGGREGATOR Modifier and Type Method Description static K_BUILTIN_AGGREGATOR
K_BUILTIN_AGGREGATOR. valueOf(int value)
Returns the enumeration constant of this type with the specified value.static K_BUILTIN_AGGREGATOR
K_BUILTIN_AGGREGATOR. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static K_BUILTIN_AGGREGATOR[]
K_BUILTIN_AGGREGATOR. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-