public interface VariableSystem<KeyType>
Modifier and Type | Method and Description |
---|---|
ExecutionResult<?> |
getVariable(KeyType key) |
void |
setVariable(KeyType key,
ExecutionResult<?> value) |
void setVariable(KeyType key, ExecutionResult<?> value)
ExecutionResult<?> getVariable(KeyType key)