public class PMMLCommandExecutorImpl extends Object implements org.kie.internal.pmml.PMMLCommandExecutor
| Constructor and Description |
|---|
PMMLCommandExecutorImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.kie.api.pmml.PMML4Result |
execute(org.kie.api.pmml.PMMLRequestData pmmlRequestData)
Evaluate the given
PMMLRequestData |
protected void |
validate(org.kie.api.pmml.PMMLRequestData pmmlRequestData) |
public org.kie.api.pmml.PMML4Result execute(org.kie.api.pmml.PMMLRequestData pmmlRequestData)
PMMLRequestDataexecute in interface org.kie.internal.pmml.PMMLCommandExecutorpmmlRequestData - : it must contain the pmml file name (in the source property)
and the model nameprotected void validate(org.kie.api.pmml.PMMLRequestData pmmlRequestData)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.