|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jscape.util.workflow.Context
public class Context
Workflow context.
Constructor Summary | |
---|---|
Context()
Creates a new context instance. |
Method Summary | |
---|---|
void |
addVariable(Variable var)
Adds a variable to context. |
void |
clear()
Clears current context. |
Variable |
getVariable(java.lang.String name)
Searches and returns variable from context. |
Variable |
removeVariable(java.lang.String name)
Removes variable from context. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Context()
Method Detail |
---|
public void addVariable(Variable var)
var
- variablepublic Variable getVariable(java.lang.String name)
name
- variable name
null
if variable is not foundpublic Variable removeVariable(java.lang.String name)
name
- variable name.
public void clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |