Class PMMLCommandExecutorImpl

  • All Implemented Interfaces:
    org.kie.internal.pmml.PMMLCommandExecutor

    public class PMMLCommandExecutorImpl
    extends Object
    implements org.kie.internal.pmml.PMMLCommandExecutor
    • Constructor Detail

      • PMMLCommandExecutorImpl

        public PMMLCommandExecutorImpl()
    • Method Detail

      • execute

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

        protected void validate​(org.kie.api.pmml.PMMLRequestData pmmlRequestData)