Package org.kie.internal.pmml
Interface PMMLCommandExecutor
public interface PMMLCommandExecutor
-
Method Summary
Modifier and TypeMethodDescriptionorg.kie.api.pmml.PMML4Resultexecute(org.kie.api.pmml.PMMLRequestData pmmlRequestData, org.kie.api.runtime.Context context) Evaluate the givenPMMLRequestData
-
Method Details
-
execute
org.kie.api.pmml.PMML4Result execute(org.kie.api.pmml.PMMLRequestData pmmlRequestData, org.kie.api.runtime.Context context) Evaluate the givenPMMLRequestData- Parameters:
pmmlRequestData- : it must contain the pmml file name (in the source property) and the model name- Returns:
-