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 the given pmmlFileName with an on-the-fly compilation.PMMLRuntimePMMLRuntimeFactory. getPMMLRuntimeFromFile(File pmmlFile)Retrieve aPMMLRuntimebound to the givenwith an on-the-fly compilation.
-