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 classAbstractSpecificCompilationDTO<T extends org.dmg.pmml.Model>Abstract class to be extended by all model-specific compilation dtosclassCommonCompilationDTO<T extends org.dmg.pmml.Model>DTO meant to bring around all information needed for compilation, embedding/hiding helper methodsMethods in org.kie.pmml.compiler.api.dto that return CompilationDTO Modifier and Type Method Description protected CompilationDTO<T>AbstractSpecificCompilationDTO. getSource()Constructors in org.kie.pmml.compiler.api.dto with parameters of type CompilationDTO Constructor Description AbstractSpecificCompilationDTO(CompilationDTO<T> source)Protected constructor that use givenCompilationDTO -
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 compilationEModelImplementationProvider. getKiePMMLModelWithSources(CompilationDTO<T> compilationDTO)Method to be called following a kie-maven-plugin invocationdefault EModelImplementationProvider. getKiePMMLModelWithSourcesCompiled(CompilationDTO<T> compilationDTO)Method provided only to have drools models working when invoked by aMiningModelDefault implementation provided for not-drools models.
-