Package org.kie.pmml.api
Interface PMMLRuntimeFactory
-
public interface PMMLRuntimeFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PMMLRuntimegetPMMLRuntimeFromClasspath(String pmmlFileName)Retrieve aPMMLRuntimebound to the given pmmlFileName with an on-the-fly compilation.PMMLRuntimegetPMMLRuntimeFromFile(File pmmlFile)Retrieve aPMMLRuntimebound to the givenwith an on-the-fly compilation.
-
-
-
Method Detail
-
getPMMLRuntimeFromFile
PMMLRuntime getPMMLRuntimeFromFile(File pmmlFile)
Retrieve aPMMLRuntimebound to the givenwith an on-the-fly compilation. - Parameters:
pmmlFile-- Returns:
-
getPMMLRuntimeFromClasspath
PMMLRuntime getPMMLRuntimeFromClasspath(String pmmlFileName)
Retrieve aPMMLRuntimebound to the given pmmlFileName with an on-the-fly compilation. Such file will be looked for in the classpath (e.g. provided by Maven dependency)- Parameters:
pmmlFileName-- Returns:
-
-