Class PMMLCompilerImpl

java.lang.Object
org.kie.pmml.compiler.executor.PMMLCompilerImpl
All Implemented Interfaces:
PMMLCompiler

public class PMMLCompilerImpl extends Object implements PMMLCompiler
PMMLCompiler default implementation
  • Constructor Details

    • PMMLCompilerImpl

      public PMMLCompilerImpl()
  • Method Details

    • getKiePMMLModelsWithSources

      public List<org.kie.pmml.commons.model.KiePMMLModel> getKiePMMLModelsWithSources(String packageName, InputStream inputStream, String fileName, org.kie.pmml.api.compilation.PMMLCompilationContext pmmlContext)
      Description copied from interface: PMMLCompiler
      Read the given InputStream to return a List<KiePMMLModel> following a kie-maven-plugin invocation
      Specified by:
      getKiePMMLModelsWithSources in interface PMMLCompiler
      Parameters:
      packageName - the package into which put all the generated classes out of the given InputStream
      pmmlContext - Using PMMLCompilationContext
      Returns: