|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jscape.util.workflow.statements.CompoundStatement
public final class CompoundStatement
Compound or "block" statement. Contains several statements which are executed at once.
Constructor Summary | |
---|---|
CompoundStatement()
Creates a new statement instance. |
|
CompoundStatement(Statement[] statements)
Creates a new statement instance. |
Method Summary | |
---|---|
void |
execute(Context context)
Executes statement on the specified context. |
Statement[] |
getStatements()
Returns inner statements. |
void |
setStatements(Statement[] value)
Sets inner statements. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompoundStatement(Statement[] statements)
statements
- inner statementspublic CompoundStatement()
Method Detail |
---|
public Statement[] getStatements()
public void setStatements(Statement[] value)
value
- inner statementspublic void execute(Context context)
Statement
execute
in interface Statement
context
- workflow context.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |