Class Transpiler

    • Constructor Detail

      • Transpiler

        public Transpiler​(String className)
    • Method Detail

      • transpile

        public abstract org.dmg.pmml.PMML transpile​(org.dmg.pmml.PMML pmml)
                                             throws IOException
        Throws:
        IOException
      • translate

        protected com.sun.codemodel.JCodeModel translate​(org.dmg.pmml.PMML pmml)
                                                  throws IOException
        Throws:
        IOException
      • compile

        protected com.sun.codemodel.JCodeModel compile​(com.sun.codemodel.JCodeModel codeModel)
                                                throws IOException
        Throws:
        IOException
      • getClassName

        public String getClassName()