Class KiePMMLExpressionFactory


  • public class KiePMMLExpressionFactory
    extends java.lang.Object
    Facade for actual implementations
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.github.javaparser.ast.stmt.BlockStmt getKiePMMLExpressionBlockStmt​(java.lang.String variableName, org.dmg.pmml.Expression expression)  
      • Methods inherited from class java.lang.Object

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

      • getKiePMMLExpressionBlockStmt

        public static com.github.javaparser.ast.stmt.BlockStmt getKiePMMLExpressionBlockStmt​(java.lang.String variableName,
                                                                                             org.dmg.pmml.Expression expression)