Uses of Class
org.kie.pmml.pmml_4_2.extensions.AggregationStrategy
-
Packages that use AggregationStrategy Package Description org.kie.pmml.pmml_4_2 org.kie.pmml.pmml_4_2.extensions -
-
Uses of AggregationStrategy in org.kie.pmml.pmml_4_2
Methods in org.kie.pmml.pmml_4_2 that return AggregationStrategy Modifier and Type Method Description static AggregationStrategyPMML4Helper. resolveAggregationStrategy(String strat)Deprecated. -
Uses of AggregationStrategy in org.kie.pmml.pmml_4_2.extensions
Methods in org.kie.pmml.pmml_4_2.extensions that return AggregationStrategy Modifier and Type Method Description static AggregationStrategyAggregationStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static AggregationStrategy[]AggregationStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-