Class KiePMMLLocalTransformationsInstanceFactory


  • public class KiePMMLLocalTransformationsInstanceFactory
    extends java.lang.Object
    Class meant to provide helper methods to retrieve KiePMMLLocalTransformations code-generators out of LocalTransformationss
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.kie.pmml.commons.transformations.KiePMMLLocalTransformations getKiePMMLLocalTransformations​(org.dmg.pmml.LocalTransformations localTransformations, java.util.List<org.dmg.pmml.Field<?>> fields)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getKiePMMLLocalTransformations

        public static org.kie.pmml.commons.transformations.KiePMMLLocalTransformations getKiePMMLLocalTransformations​(org.dmg.pmml.LocalTransformations localTransformations,
                                                                                                                      java.util.List<org.dmg.pmml.Field<?>> fields)