Class PMMLRuntimeFactoryImpl

  • All Implemented Interfaces:
    org.kie.pmml.api.PMMLRuntimeFactory

    public class PMMLRuntimeFactoryImpl
    extends java.lang.Object
    implements org.kie.pmml.api.PMMLRuntimeFactory
    Publicly-available facade to hide internal implementation details
    • Constructor Detail

      • PMMLRuntimeFactoryImpl

        public PMMLRuntimeFactoryImpl()
    • Method Detail

      • getPMMLRuntimeFromFile

        public org.kie.pmml.api.runtime.PMMLRuntime getPMMLRuntimeFromFile​(java.io.File pmmlFile)
        Specified by:
        getPMMLRuntimeFromFile in interface org.kie.pmml.api.PMMLRuntimeFactory
      • getPMMLRuntimeFromClasspath

        public org.kie.pmml.api.runtime.PMMLRuntime getPMMLRuntimeFromClasspath​(java.lang.String pmmlFileName)
        Specified by:
        getPMMLRuntimeFromClasspath in interface org.kie.pmml.api.PMMLRuntimeFactory