Package org.kie.pmml.compiler.executor
Class PMMLCompilerImpl
java.lang.Object
org.kie.pmml.compiler.executor.PMMLCompilerImpl
- All Implemented Interfaces:
PMMLCompiler
PMMLCompiler default implementation-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.kie.pmml.commons.model.KiePMMLModel>getKiePMMLModelsWithSources(String packageName, InputStream inputStream, String fileName, org.kie.pmml.api.compilation.PMMLCompilationContext pmmlContext) Read the givenInputStreamto return aList<KiePMMLModel>following a kie-maven-plugin invocation
-
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:PMMLCompilerRead the givenInputStreamto return aList<KiePMMLModel>following a kie-maven-plugin invocation- Specified by:
getKiePMMLModelsWithSourcesin interfacePMMLCompiler- Parameters:
packageName- the package into which put all the generated classes out of the givenInputStreampmmlContext- UsingPMMLCompilationContext- Returns:
-