Class ApplyPmmlModelCommandExecutorImpl

  • All Implemented Interfaces:
    org.kie.internal.ruleunit.ApplyPmmlModelCommandExecutor

    public class ApplyPmmlModelCommandExecutorImpl
    extends Object
    implements org.kie.internal.ruleunit.ApplyPmmlModelCommandExecutor
    • Constructor Detail

      • ApplyPmmlModelCommandExecutorImpl

        public ApplyPmmlModelCommandExecutorImpl()
    • Method Detail

      • execute

        public org.kie.api.pmml.PMML4Result execute​(org.kie.api.runtime.Context context,
                                                    org.kie.api.pmml.PMMLRequestData requestData,
                                                    List<Object> complexInputObjects,
                                                    String packageName,
                                                    boolean isMining)
        Specified by:
        execute in interface org.kie.internal.ruleunit.ApplyPmmlModelCommandExecutor
      • isjPMMLAvailableToClassLoader

        protected boolean isjPMMLAvailableToClassLoader​(ClassLoader classLoader)