Package org.kie.pmml.evaluator.utils
Class PMMLRuntimeFactoryImpl
- java.lang.Object
-
- org.kie.pmml.evaluator.utils.PMMLRuntimeFactoryImpl
-
- All Implemented Interfaces:
org.kie.pmml.api.PMMLRuntimeFactory
public class PMMLRuntimeFactoryImpl extends java.lang.Object implements org.kie.pmml.api.PMMLRuntimeFactoryPublicly-available facade to hide internal implementation details
-
-
Constructor Summary
Constructors Constructor Description PMMLRuntimeFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kie.pmml.api.runtime.PMMLRuntimegetPMMLRuntimeFromClasspath(java.lang.String pmmlFileName)org.kie.pmml.api.runtime.PMMLRuntimegetPMMLRuntimeFromFile(java.io.File pmmlFile)
-
-
-
Method Detail
-
getPMMLRuntimeFromFile
public org.kie.pmml.api.runtime.PMMLRuntime getPMMLRuntimeFromFile(java.io.File pmmlFile)
- Specified by:
getPMMLRuntimeFromFilein interfaceorg.kie.pmml.api.PMMLRuntimeFactory
-
getPMMLRuntimeFromClasspath
public org.kie.pmml.api.runtime.PMMLRuntime getPMMLRuntimeFromClasspath(java.lang.String pmmlFileName)
- Specified by:
getPMMLRuntimeFromClasspathin interfaceorg.kie.pmml.api.PMMLRuntimeFactory
-
-