Class PMMLRuntimeFactoryImpl

  • All Implemented Interfaces:
    org.kie.pmml.api.PMMLRuntimeFactory

    public class PMMLRuntimeFactoryImpl
    extends Object
    implements org.kie.pmml.api.PMMLRuntimeFactory
    Publicly-available facade to hide internal implementation details
    • Constructor Detail

      • PMMLRuntimeFactoryImpl

        public PMMLRuntimeFactoryImpl()
    • Method Detail

      • getPMMLRuntimeFromFile

        public org.kie.pmml.api.runtime.PMMLRuntime getPMMLRuntimeFromFile​(File pmmlFile)
        Specified by:
        getPMMLRuntimeFromFile in interface org.kie.pmml.api.PMMLRuntimeFactory
      • getPMMLRuntimeFromClasspath

        public org.kie.pmml.api.runtime.PMMLRuntime getPMMLRuntimeFromClasspath​(String pmmlFileName)
        Specified by:
        getPMMLRuntimeFromClasspath in interface org.kie.pmml.api.PMMLRuntimeFactory
      • getPMMLRuntimeFromKieContainerByKieBase

        public org.kie.pmml.api.runtime.PMMLRuntime getPMMLRuntimeFromKieContainerByKieBase​(String kieBase,
                                                                                            String pmmlFileName,
                                                                                            String gav)
        Specified by:
        getPMMLRuntimeFromKieContainerByKieBase in interface org.kie.pmml.api.PMMLRuntimeFactory
      • getPMMLRuntimeFromKieContainerByDefaultKieBase

        public org.kie.pmml.api.runtime.PMMLRuntime getPMMLRuntimeFromKieContainerByDefaultKieBase​(String pmmlFileName,
                                                                                                   String gav)
        Specified by:
        getPMMLRuntimeFromKieContainerByDefaultKieBase in interface org.kie.pmml.api.PMMLRuntimeFactory
      • getPMMLRuntimeFromFileNameModelNameAndKieBase

        public org.kie.pmml.api.runtime.PMMLRuntime getPMMLRuntimeFromFileNameModelNameAndKieBase​(String pmmlFileName,
                                                                                                  String pmmlModelName,
                                                                                                  org.kie.api.KieBase kieBase)
        Specified by:
        getPMMLRuntimeFromFileNameModelNameAndKieBase in interface org.kie.pmml.api.PMMLRuntimeFactory