Uses of Enum Class
de.mid.innovator.srv2api.icw2elem.K_BUILTIN_AGGREGATOR
Packages that use K_BUILTIN_AGGREGATOR
Package
Description
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.
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_AGGREGATORModifier and TypeFieldDescriptionARG_XDMNDecisionTableRep.kAggraggregation function if hit policy is collectMethods in de.mid.innovator.srv2api.icw2dm that return K_BUILTIN_AGGREGATORModifier and TypeMethodDescriptionDMDecisionTable.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 thisDMDecisionTablewhen the hit policy is collect.Methods in de.mid.innovator.srv2api.icw2dm with parameters of type K_BUILTIN_AGGREGATORModifier and TypeMethodDescriptionvoidDMDecisionTable.setBuiltinAggregation(K_BUILTIN_AGGREGATOR value) Set the value of Attribut BuiltinAggregation.Constructors in de.mid.innovator.srv2api.icw2dm with parameters of type K_BUILTIN_AGGREGATORModifierConstructorDescriptionARG_XDMNDecisionTableRep(DMNElement ohElement, DMExpression ohExpr, String strName, K_HIT_POLICY kHit, K_BUILTIN_AGGREGATOR kAggr, K_DECISION_TABLE_ORIENTATION kOrient, List<ARG_XDMNInputClauseRep> seqInput, List<ARG_XDMNOutputClauseRep> seqOutput, List<ARG_XDMNRuleAnnoClauseRep> seqAnno, 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_AGGREGATORModifier and TypeMethodDescriptionstatic K_BUILTIN_AGGREGATORK_BUILTIN_AGGREGATOR.valueOf(int value) Returns the enumeration constant of this type with the specified value.static K_BUILTIN_AGGREGATORReturns the enum constant of this class with the specified name.static K_BUILTIN_AGGREGATOR[]K_BUILTIN_AGGREGATOR.values()Returns an array containing the constants of this enum class, in the order they are declared.