Interface PMMLCommandExecutor


  • public interface PMMLCommandExecutor
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.kie.api.pmml.PMML4Result execute​(org.kie.api.pmml.PMMLRequestData pmmlRequestData, org.kie.api.runtime.Context context)
      Evaluate the given PMMLRequestData
    • Method Detail

      • execute

        org.kie.api.pmml.PMML4Result execute​(org.kie.api.pmml.PMMLRequestData pmmlRequestData,
                                             org.kie.api.runtime.Context context)
        Evaluate the given PMMLRequestData
        Parameters:
        pmmlRequestData - : it must contain the pmml file name (in the source property) and the model name
        Returns: