public interface ExtendedState
| Modifier and Type | Method and Description |
|---|---|
<T> T |
get(java.lang.Object key,
java.lang.Class<T> type)
Gets a variable which is automatically casted into a type.
|
java.util.Map<java.lang.Object,java.lang.Object> |
getVariables()
Gets the extended state variables.
|
java.util.Map<java.lang.Object,java.lang.Object> getVariables()
<T> T get(java.lang.Object key,
java.lang.Class<T> type)
key - the variable keytype - the variable type