public class PMMLRuntimeFactoryImpl extends Object implements org.kie.pmml.api.PMMLRuntimeFactory
| Constructor and Description |
|---|
PMMLRuntimeFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.kie.pmml.api.runtime.PMMLRuntime |
getPMMLRuntimeFromClasspath(String pmmlFileName) |
org.kie.pmml.api.runtime.PMMLRuntime |
getPMMLRuntimeFromFile(File pmmlFile) |
org.kie.pmml.api.runtime.PMMLRuntime |
getPMMLRuntimeFromKieContainerByDefaultKieBase(String pmmlFileName,
String gav) |
org.kie.pmml.api.runtime.PMMLRuntime |
getPMMLRuntimeFromKieContainerByKieBase(String kieBase,
String pmmlFileName,
String gav) |
public org.kie.pmml.api.runtime.PMMLRuntime getPMMLRuntimeFromFile(File pmmlFile)
getPMMLRuntimeFromFile in interface org.kie.pmml.api.PMMLRuntimeFactorypublic org.kie.pmml.api.runtime.PMMLRuntime getPMMLRuntimeFromClasspath(String pmmlFileName)
getPMMLRuntimeFromClasspath in interface org.kie.pmml.api.PMMLRuntimeFactorypublic org.kie.pmml.api.runtime.PMMLRuntime getPMMLRuntimeFromKieContainerByKieBase(String kieBase, String pmmlFileName, String gav)
getPMMLRuntimeFromKieContainerByKieBase in interface org.kie.pmml.api.PMMLRuntimeFactoryCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.