Class DroolsCompilationDTO<T extends org.dmg.pmml.Model>

  • All Implemented Interfaces:
    java.io.Serializable, org.kie.pmml.compiler.api.dto.CompilationDTO<T>

    public class DroolsCompilationDTO<T extends org.dmg.pmml.Model>
    extends org.kie.pmml.compiler.commons.dto.AbstractSpecificCompilationDTO<T>
    See Also:
    Serialized Form
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static <T extends org.dmg.pmml.Model>
      DroolsCompilationDTO<T>
      fromCompilationDTO​(org.kie.pmml.compiler.api.dto.CompilationDTO<T> source, java.util.Map<java.lang.String,​KiePMMLOriginalTypeGeneratedType> fieldTypeMap)
      Builder that use given CommonCompilationDTO
      java.util.Map<java.lang.String,​KiePMMLOriginalTypeGeneratedType> getFieldTypeMap()  
      • Methods inherited from class org.kie.pmml.compiler.commons.dto.AbstractSpecificCompilationDTO

        addFields, compileClasses, getFields, getFileName, getKieMiningFields, getKieOutputFields, getKiePMMLLocalTransformations, getKiePMMLMiningFields, getKiePMMLOutputFields, getKiePMMLTargetFields, getKiePMMLTransformationDictionary, getLocalTransformations, getMINING_FUNCTION, getMiningFunction, getMiningSchema, getModel, getModelName, getOpType, getOutput, getPackageCanonicalClassName, getPackageName, getPmml, getPMML_MODEL, getPmmlContext, getSimpleClassName, getSource, getTargetDataField, getTargetFieldName, getTargets, getTransformationDictionary
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.kie.pmml.compiler.api.dto.CompilationDTO

        getKieTargetFields
    • Method Detail

      • fromCompilationDTO

        public static <T extends org.dmg.pmml.Model> DroolsCompilationDTO<T> fromCompilationDTO​(org.kie.pmml.compiler.api.dto.CompilationDTO<T> source,
                                                                                                java.util.Map<java.lang.String,​KiePMMLOriginalTypeGeneratedType> fieldTypeMap)
        Builder that use given CommonCompilationDTO
        Parameters:
        source -
        fieldTypeMap -