Uses of Class
org.kie.pmml.commons.model.tuples.KiePMMLNameValue
-
Packages that use KiePMMLNameValue Package Description org.kie.pmml.commons.model Un-mutable domain-classes used to represent PMML models in model-specific format. -
-
Uses of KiePMMLNameValue in org.kie.pmml.commons.model
Methods in org.kie.pmml.commons.model that return types with arguments of type KiePMMLNameValue Modifier and Type Method Description List<KiePMMLNameValue>ProcessingDTO. getKiePMMLNameValues()Methods in org.kie.pmml.commons.model with parameters of type KiePMMLNameValue Modifier and Type Method Description booleanProcessingDTO. addKiePMMLNameValue(KiePMMLNameValue toAdd)Add the givenKiePMMLNameValueto kiePMMLNameValues if there is not another with the same name; otherwise replace it.Constructor parameters in org.kie.pmml.commons.model with type arguments of type KiePMMLNameValue Constructor Description ProcessingDTO(KiePMMLModel model, List<KiePMMLNameValue> kiePMMLNameValues)
-