public class DefaultExtendedState extends java.lang.Object implements ExtendedState
ExtendedState.| Constructor and Description |
|---|
DefaultExtendedState()
Instantiates a new default extended state.
|
| 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.
|
public DefaultExtendedState()
public java.util.Map<java.lang.Object,java.lang.Object> getVariables()
ExtendedStategetVariables in interface ExtendedStatepublic <T> T get(java.lang.Object key,
java.lang.Class<T> type)
ExtendedStateget in interface ExtendedStatekey - the variable keytype - the variable type