|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.benerator.engine.statement.ConditionStatement
org.databene.benerator.engine.statement.IfStatement
public class IfStatement
CompositeStatement that executes it parts
only if a condition is matched.
Created: 19.02.2010 09:13:30
| Field Summary |
|---|
| Fields inherited from class org.databene.benerator.engine.statement.ConditionStatement |
|---|
condition |
| Constructor Summary | |
|---|---|
IfStatement(Expression<java.lang.Boolean> condition,
java.util.List<Statement> thenBranch,
java.util.List<Statement> elseBranch)
|
|
| Method Summary | |
|---|---|
void |
execute(BeneratorContext context)
|
| Methods inherited from class org.databene.benerator.engine.statement.ConditionStatement |
|---|
getCondidition |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IfStatement(Expression<java.lang.Boolean> condition,
java.util.List<Statement> thenBranch,
java.util.List<Statement> elseBranch)
| Method Detail |
|---|
public void execute(BeneratorContext context)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||