|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jpmml.evaluator.EvaluatorUtil
public class EvaluatorUtil
| Method Summary | ||
|---|---|---|
static Map<String,?> |
decode(Map<FieldName,?> map)
Decouples a Map instance from the current runtime environment by decoding both its keys and values. |
|
static Object |
decode(Object object)
|
|
static
|
decodeKeys(Map<FieldName,V> map)
Replaces FieldName keys with String keys. |
|
static
|
decodeValues(Map<K,?> map)
Replaces Computable complex values with simple values. |
|
static
|
encodeKeys(Map<String,V> map)
Replaces String keys with FieldName keys. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Object decode(Object object)
Computablepublic static Map<String,?> decode(Map<FieldName,?> map)
Map instance from the current runtime environment by decoding both its keys and values.
decodeKeys(Map),
decodeValues(Map)public static <V> Map<FieldName,V> encodeKeys(Map<String,V> map)
FieldName keys.
public static <V> Map<String,V> decodeKeys(Map<FieldName,V> map)
FieldName keys with String keys.
FieldName.getValue()public static <K> Map<K,?> decodeValues(Map<K,?> map)
Computable complex values with simple values.
Computable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||