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 List<KiePMMLTarget>KiePMMLModel. kiePMMLTargetsMethods in org.kie.pmml.commons.model that return types with arguments of type KiePMMLTarget Modifier and Type Method Description List<KiePMMLTarget>KiePMMLModel. getKiePMMLTargets()List<KiePMMLTarget>ProcessingDTO. getKiePMMLTargets()List<KiePMMLTarget>KiePMMLModelWithSources. getTargetFields()
-