public class ConstantMapping<T> extends Object implements InputMapping<T>
| Constructor and Description |
|---|
ConstantMapping(T value) |
| Modifier and Type | Method and Description |
|---|---|
T |
evaluate(GraphInstance instance) |
T |
getValue() |
static <T> ConstantMapping<T> |
of(T value) |
public ConstantMapping(T value)
public static <T> ConstantMapping<T> of(T value)
public T getValue()
public T evaluate(GraphInstance instance)
evaluate in interface InputMapping<T>Copyright © 2018. All rights reserved.