Uses of Class
org.kie.pmml.commons.model.KiePMMLTarget
-
Packages that use KiePMMLTarget Package Description org.kie.pmml.commons.model Un-mutable domain-classes used to represent PMML models in model-specific format. -
-
Uses of KiePMMLTarget in org.kie.pmml.commons.model
Fields in org.kie.pmml.commons.model with type parameters of type KiePMMLTarget Modifier and Type Field Description protected java.util.List<KiePMMLTarget>KiePMMLModel. kiePMMLTargetsMethods in org.kie.pmml.commons.model that return types with arguments of type KiePMMLTarget Modifier and Type Method Description java.util.List<KiePMMLTarget>KiePMMLModel. getKiePMMLTargets()java.util.List<KiePMMLTarget>ProcessingDTO. getKiePMMLTargets()Method parameters in org.kie.pmml.commons.model with type arguments of type KiePMMLTarget Modifier and Type Method Description KiePMMLModel.Builder<T>KiePMMLModel.Builder. withKiePMMLTargets(java.util.List<KiePMMLTarget> kiePMMLTargets)
-