public final class VariableContext extends Object
| Constructor and Description |
|---|
VariableContext() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getKeys()
Get keys of all variables in this context.
|
Object |
getValue(String variableName)
Get value stored in the
|
Object |
put(String parameterName,
Object value)
Put another variable into this context
|
int |
size() |
String |
toString() |
public Object put(String parameterName, Object value)
parameterName - name of new parametervalue - value of parameterpublic String[] getKeys()
public Object getValue(String variableName)
variableName - public int size()
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.