Uses of Class
org.kie.pmml.compiler.api.dto.CommonCompilationDTO
Packages that use CommonCompilationDTO
-
Uses of CommonCompilationDTO in org.kie.pmml.compiler.api.dto
Methods in org.kie.pmml.compiler.api.dto that return CommonCompilationDTOModifier and TypeMethodDescriptionstatic <T extends org.dmg.pmml.Model>
CommonCompilationDTO<T>CommonCompilationDTO.fromGeneratedPackageNameAndFields(String packageName, org.dmg.pmml.PMML pmml, T model, PMMLCompilationContext pmmlContext, String fileName) Builder that create the packageName name from the given one and retrieve fields from pmml and modelstatic <T extends org.dmg.pmml.Model>
CommonCompilationDTO<T>CommonCompilationDTO.fromPackageNameAndFields(org.dmg.pmml.PMML pmml, T model, PMMLCompilationContext pmmlContext, String fileName, String packageName, List<org.dmg.pmml.Field<?>> fields) Builder that preserve given packageName and fieldsCompilationDTO