public abstract class Transpiler extends Object
| Constructor and Description |
|---|
Transpiler(String className) |
| Modifier and Type | Method and Description |
|---|---|
protected com.sun.codemodel.JCodeModel |
compile(com.sun.codemodel.JCodeModel codeModel) |
String |
getClassName() |
protected com.sun.codemodel.JCodeModel |
translate(org.dmg.pmml.PMML pmml) |
abstract org.dmg.pmml.PMML |
transpile(org.dmg.pmml.PMML pmml) |
public Transpiler(String className)
public abstract org.dmg.pmml.PMML transpile(org.dmg.pmml.PMML pmml)
throws IOException
IOExceptionprotected com.sun.codemodel.JCodeModel translate(org.dmg.pmml.PMML pmml)
throws IOException
IOExceptionprotected com.sun.codemodel.JCodeModel compile(com.sun.codemodel.JCodeModel codeModel)
throws IOException
IOExceptionpublic String getClassName()
Copyright © 2021. All rights reserved.