public interface PMMLRuntimeFactory
| Modifier and Type | Method and Description |
|---|---|
PMMLRuntime |
getPMMLRuntimeFromClasspath(String pmmlFileName)
Retrieve a
PMMLRuntime bound to the org.dmg.pmml.PMMLModel
that should be present in the |
PMMLRuntime |
getPMMLRuntimeFromFile(File pmmlFile)
Retrieve a
PMMLRuntime bound to the org.dmg.pmml.PMMLModel
that should be present in the given |
PMMLRuntime |
getPMMLRuntimeFromFileNameModelNameAndKieBase(String pmmlFileName,
String pmmlModelName,
org.kie.api.KieBase kieBase)
Retrieve a
PMMLRuntime bound to the org.dmg.pmml.PMMLModel
with the given pmmlModelName that should be present in the |
PMMLRuntime |
getPMMLRuntimeFromKieContainerByDefaultKieBase(String pmmlFileName,
String gav)
Retrieve a
PMMLRuntime bound to the org.dmg.pmml.PMMLModel
that should be present in the |
PMMLRuntime |
getPMMLRuntimeFromKieContainerByKieBase(String kieBase,
String pmmlFileName,
String gav)
Retrieve a
PMMLRuntime bound to the org.dmg.pmml.PMMLModel
that should be present in the |
PMMLRuntime getPMMLRuntimeFromFile(File pmmlFile)
PMMLRuntime bound to the org.dmg.pmml.PMMLModel
that should be present in the given pmmlFile - PMMLRuntime getPMMLRuntimeFromClasspath(String pmmlFileName)
PMMLRuntime bound to the org.dmg.pmml.PMMLModel
that should be present in the with the given pmmlFileName.
Such file will be looked for in the classpath
(e.g. provided by Maven dependency) pmmlFileName - PMMLRuntime getPMMLRuntimeFromKieContainerByKieBase(String kieBase, String pmmlFileName, String gav)
PMMLRuntime bound to the org.dmg.pmml.PMMLModel
that should be present in the with the given pmmlFileName.
Such file will be looked for in the kjar loaded inside the KieContainer
with the given gav pmmlFileName - kieBase - the name of the Kiebase configured inside the kmodule.xml of the loaded kjargav - PMMLRuntime getPMMLRuntimeFromKieContainerByDefaultKieBase(String pmmlFileName, String gav)
PMMLRuntime bound to the org.dmg.pmml.PMMLModel
that should be present in the with the given pmmlFileName.
Such file will be looked for in the kjar loaded inside the KieContainer
with the given gav.
It will use the default Kiebase defined inside the kmodule.xml of the loaded kjar pmmlFileName - gav - PMMLRuntime getPMMLRuntimeFromFileNameModelNameAndKieBase(String pmmlFileName, String pmmlModelName, org.kie.api.KieBase kieBase)
PMMLRuntime bound to the org.dmg.pmml.PMMLModel
with the given pmmlModelName that should be present in the
with the given pmmlFileName.
Such file will be looked for in the given KieBase pmmlFileName - pmmlModelName - kieBase - Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.