public abstract class FunctionInvocationContext extends HashMap<org.dmg.pmml.FieldName,org.dmg.pmml.Expression>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
FunctionInvocationContext() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.dmg.pmml.DefineFunction |
getDefineFunction(String name) |
org.dmg.pmml.Expression |
resolve(org.dmg.pmml.Expression expression) |
org.dmg.pmml.FieldName |
resolve(org.dmg.pmml.FieldName name) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic abstract org.dmg.pmml.DefineFunction getDefineFunction(String name)
public org.dmg.pmml.FieldName resolve(org.dmg.pmml.FieldName name)
public org.dmg.pmml.Expression resolve(org.dmg.pmml.Expression expression)
Copyright © 2021. All rights reserved.