public class ProcessingDTO extends Object
| 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) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addKiePMMLNameValue(KiePMMLNameValue toAdd)
Add the given
KiePMMLNameValue to kiePMMLNameValues
if there is not another with the same name; otherwise replace it. |
boolean |
addOrderedReasonCodes(List<String> toAdd) |
List<KiePMMLDefineFunction> |
getDefineFunctions() |
List<KiePMMLDerivedField> |
getDerivedFields() |
List<KiePMMLNameValue> |
getKiePMMLNameValues() |
List<KiePMMLTarget> |
getKiePMMLTargets() |
List<String> |
getOrderedReasonCodes() |
List<KiePMMLOutputField> |
getOutputFields() |
public ProcessingDTO(KiePMMLModel model, List<KiePMMLNameValue> kiePMMLNameValues, List<String> orderedReasonCodes)
model - kiePMMLNameValues - a mutable list of KiePMMLNameValueorderedReasonCodes - a mutable listpublic ProcessingDTO(List<KiePMMLDefineFunction> defineFunctions, List<KiePMMLDerivedField> derivedFields, List<KiePMMLOutputField> outputFields, List<KiePMMLNameValue> kiePMMLNameValues, List<String> orderedReasonCodes)
defineFunctions - derivedFields - outputFields - kiePMMLNameValues - a mutable list of KiePMMLNameValueorderedReasonCodes - a mutable listpublic ProcessingDTO(List<KiePMMLDefineFunction> defineFunctions, List<KiePMMLDerivedField> derivedFields, List<KiePMMLOutputField> outputFields, List<KiePMMLNameValue> kiePMMLNameValues)
defineFunctions - derivedFields - outputFields - kiePMMLNameValues - a mutable list of KiePMMLNameValuepublic List<KiePMMLDefineFunction> getDefineFunctions()
public List<KiePMMLDerivedField> getDerivedFields()
public List<KiePMMLOutputField> getOutputFields()
public List<KiePMMLTarget> getKiePMMLTargets()
public List<KiePMMLNameValue> getKiePMMLNameValues()
public boolean addKiePMMLNameValue(KiePMMLNameValue toAdd)
KiePMMLNameValue to kiePMMLNameValues
if there is not another with the same name; otherwise replace it.toAdd - Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.