Uses of Class
org.kie.pmml.commons.model.KiePMMLOutputField
-
Packages that use KiePMMLOutputField Package Description org.kie.pmml.commons.model Un-mutable domain-classes used to represent PMML models in model-specific format. -
-
Uses of KiePMMLOutputField in org.kie.pmml.commons.model
Fields in org.kie.pmml.commons.model with type parameters of type KiePMMLOutputField Modifier and Type Field Description protected List<KiePMMLOutputField>KiePMMLModel. kiePMMLOutputFieldsMethods in org.kie.pmml.commons.model that return types with arguments of type KiePMMLOutputField Modifier and Type Method Description List<KiePMMLOutputField>KiePMMLModel. getKiePMMLOutputFields()List<KiePMMLOutputField>ProcessingDTO. getOutputFields()
-