|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.commons.condition.CompositeCondition<E>
org.databene.commons.condition.OrCondition<E>
public class OrCondition<E>
Composite condition that requires at least one sub condition to be true.
If no sub conditions exist, false is returned by default.
Created: 04.02.2007 00:45:23
| Field Summary |
|---|
| Fields inherited from class org.databene.commons.condition.CompositeCondition |
|---|
components |
| Constructor Summary | |
|---|---|
OrCondition(Condition<E>... components)
|
|
| Method Summary | |
|---|---|
boolean |
evaluate(E argument)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OrCondition(Condition<E>... components)
| Method Detail |
|---|
public boolean evaluate(E argument)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||