|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.cagrid.installer.steps.AndCondition
public class AndCondition
| Constructor Summary | |
|---|---|
AndCondition(Condition... conditions)
|
|
| Method Summary | |
|---|---|
boolean |
evaluate(WizardModel model)
Called to determine when the path being added using BranchingPath.addBranch(org.pietschy.wizard.models.Path, org.pietschy.wizard.models.Condition) should
be traversed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AndCondition(Condition... conditions)
| Method Detail |
|---|
public boolean evaluate(WizardModel model)
ConditionBranchingPath.addBranch(org.pietschy.wizard.models.Path, org.pietschy.wizard.models.Condition) should
be traversed. The selector is passed the current WizardModel to assist with the
decision.
evaluate in interface Conditionmodel - the WizardModel the condition should use.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||