Package org.kie.pmml.api
Interface PMMLRuntimeFactory
public interface PMMLRuntimeFactory
-
Method Summary
Modifier and TypeMethodDescriptiongetPMMLRuntimeFromClasspath(String pmmlFileName) Retrieve aPMMLRuntimebound to the given pmmlFileName with an on-the-fly compilation.getPMMLRuntimeFromFile(File pmmlFile) Retrieve aPMMLRuntimebound to the given<Filewith an on-the-fly compilation.
-
Method Details
-
getPMMLRuntimeFromFile
Retrieve aPMMLRuntimebound to the given<Filewith an on-the-fly compilation.- Parameters:
pmmlFile-- Returns:
-
getPMMLRuntimeFromClasspath
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:
-