public abstract class AbstractTranslator extends Object implements org.jpmml.converter.FeatureResolver
| Constructor and Description |
|---|
AbstractTranslator() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFunctionDef(String string) |
String |
canonicalizeDottedName(String dottedName) |
protected org.dmg.pmml.DerivedField |
createDerivedField(String name,
org.dmg.pmml.Expression expression) |
org.dmg.pmml.Expression |
encodeFunction(String dottedName,
List<?> arguments) |
org.jpmml.converter.PMMLEncoder |
ensureEncoder() |
Scope |
ensureScope() |
FunctionDef |
getFunctionDef(String name) |
Map<String,FunctionDef> |
getFunctionDefs() |
Map<String,String> |
getModuleImports() |
Scope |
getScope() |
org.jpmml.converter.Feature |
resolveFeature(String name) |
void |
setScope(Scope scope) |
static String |
toSingleLine(String string) |
public org.jpmml.converter.Feature resolveFeature(String name)
resolveFeature in interface org.jpmml.converter.FeatureResolverpublic org.jpmml.converter.PMMLEncoder ensureEncoder()
public Scope ensureScope()
public FunctionDef getFunctionDef(String name)
public void addFunctionDef(String string)
protected org.dmg.pmml.DerivedField createDerivedField(String name, org.dmg.pmml.Expression expression)
public Scope getScope()
public void setScope(Scope scope)
public Map<String,FunctionDef> getFunctionDefs()
Copyright © 2024. All rights reserved.