Uses of Class
org.kie.workbench.common.dmn.api.definition.model.BuiltinAggregator
-
Packages that use BuiltinAggregator Package Description org.kie.workbench.common.dmn.api.definition.model -
-
Uses of BuiltinAggregator in org.kie.workbench.common.dmn.api.definition.model
Methods in org.kie.workbench.common.dmn.api.definition.model that return BuiltinAggregator Modifier and Type Method Description static BuiltinAggregatorBuiltinAggregator. fromValue(String value)BuiltinAggregatorDecisionTable. getAggregation()static BuiltinAggregatorBuiltinAggregator. valueOf(String name)Returns the enum constant of this type with the specified name.static BuiltinAggregator[]BuiltinAggregator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.workbench.common.dmn.api.definition.model with parameters of type BuiltinAggregator Modifier and Type Method Description voidDecisionTable. setAggregation(BuiltinAggregator value)Constructors in org.kie.workbench.common.dmn.api.definition.model with parameters of type BuiltinAggregator Constructor Description DecisionTable(Id id, Description description, QName typeRef, List<InputClause> input, List<OutputClause> output, List<DecisionRule> rule, HitPolicy hitPolicy, BuiltinAggregator aggregation, DecisionTableOrientation preferredOrientation, String outputLabel)
-