Uses of Interface
org.kie.pmml.compiler.api.dto.CompilationDTO
Packages that use CompilationDTO
-
Uses of CompilationDTO in org.kie.pmml.compiler.api.dto
Classes in org.kie.pmml.compiler.api.dto that implement CompilationDTOModifier and TypeClassDescriptionclassCommonCompilationDTO<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 CompilationDTOModifier and TypeMethodDescriptiondefault KiePMMLModelWithSourcesModelImplementationProvider.getKiePMMLModelWithSources(CompilationDTO<T> compilationDTO) Method to be called following a kie-maven-plugin invocationdefault KiePMMLModelWithSourcesModelImplementationProvider.getKiePMMLModelWithSourcesCompiled(CompilationDTO<T> compilationDTO) Method provided only to have drools models working when invoked by aMiningModelDefault implementation provided for not-drools models.ModelImplementationProvider.getSourcesMap(CompilationDTO<T> compilationDTO)