| Package | Description |
|---|---|
| org.kie.pmml.commons.model |
Un-mutable domain-classes used to represent PMML models in model-specific format.
|
| Modifier and Type | Method and Description |
|---|---|
List<KiePMMLNameValue> |
ProcessingDTO.getKiePMMLNameValues() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProcessingDTO.addKiePMMLNameValue(KiePMMLNameValue toAdd)
Add the given
KiePMMLNameValue to kiePMMLNameValues
if there is not another with the same name; otherwise replace it. |
| Constructor and Description |
|---|
ProcessingDTO(KiePMMLModel model,
List<KiePMMLNameValue> kiePMMLNameValues,
List<String> orderedReasonCodes) |
ProcessingDTO(List<KiePMMLDefineFunction> defineFunctions,
List<KiePMMLDerivedField> derivedFields,
List<KiePMMLOutputField> outputFields,
List<KiePMMLNameValue> kiePMMLNameValues) |
ProcessingDTO(List<KiePMMLDefineFunction> defineFunctions,
List<KiePMMLDerivedField> derivedFields,
List<KiePMMLOutputField> outputFields,
List<KiePMMLNameValue> kiePMMLNameValues,
List<String> orderedReasonCodes) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.