Uses of Interface
org.kie.pmml.compiler.api.dto.CompilationDTO
-
Packages that use CompilationDTO Package Description org.kie.pmml.compiler.api.dto org.kie.pmml.compiler.api.provider -
-
Uses of CompilationDTO in org.kie.pmml.compiler.api.dto
Classes in org.kie.pmml.compiler.api.dto that implement CompilationDTO Modifier and Type Class Description classCommonCompilationDTO<T extends org.dmg.pmml.Model>DTO meant to bring around all information needed for compilation, embedding/hiding helper methods -
Uses of CompilationDTO in org.kie.pmml.compiler.api.provider
Methods in org.kie.pmml.compiler.api.provider with parameters of type CompilationDTO Modifier and Type Method Description EModelImplementationProvider. getKiePMMLModel(CompilationDTO<T> compilationDTO)Method to be called for a runtime compilationdefault org.kie.pmml.commons.model.KiePMMLModelWithSourcesModelImplementationProvider. getKiePMMLModelWithSources(CompilationDTO<T> compilationDTO)Method to be called following a kie-maven-plugin invocationdefault org.kie.pmml.commons.model.KiePMMLModelWithSourcesModelImplementationProvider. getKiePMMLModelWithSourcesCompiled(CompilationDTO<T> compilationDTO)Method provided only to have drools models working when invoked by aMiningModelDefault implementation provided for not-drools models.Map<String,String>ModelImplementationProvider. getSourcesMap(CompilationDTO<T> compilationDTO)
-