Uses of Interface
org.kie.pmml.api.runtime.PMMLRuntime
-
Packages that use PMMLRuntime Package Description org.kie.pmml.api -
-
Uses of PMMLRuntime in org.kie.pmml.api
Methods in org.kie.pmml.api that return PMMLRuntime Modifier and Type Method Description PMMLRuntimePMMLRuntimeFactory. getPMMLRuntimeFromClasspath(String pmmlFileName)Retrieve aPMMLRuntimebound to theorg.dmg.pmml.PMMLModelthat should be present in thewith the given pmmlFileName. PMMLRuntimePMMLRuntimeFactory. getPMMLRuntimeFromFile(File pmmlFile)Retrieve aPMMLRuntimebound to theorg.dmg.pmml.PMMLModelthat should be present in the givenPMMLRuntimePMMLRuntimeFactory. getPMMLRuntimeFromFileNameModelNameAndKieBase(String pmmlFileName, String pmmlModelName, org.kie.api.KieBase kieBase)Retrieve aPMMLRuntimebound to theorg.dmg.pmml.PMMLModelwith the given pmmlModelName that should be present in thewith the given pmmlFileName. PMMLRuntimePMMLRuntimeFactory. getPMMLRuntimeFromKieContainerByDefaultKieBase(String pmmlFileName, String gav)Retrieve aPMMLRuntimebound to theorg.dmg.pmml.PMMLModelthat should be present in thewith the given pmmlFileName. PMMLRuntimePMMLRuntimeFactory. getPMMLRuntimeFromKieContainerByKieBase(String kieBase, String pmmlFileName, String gav)Retrieve aPMMLRuntimebound to theorg.dmg.pmml.PMMLModelthat should be present in thewith the given pmmlFileName.
-