|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.commons.condition.CompositeCondition<E>
public abstract class CompositeCondition<E>
Condition that is composed of Condition components.
Created: 04.02.2007 00:41:28
| Field Summary | |
|---|---|
protected Condition<E>[] |
components
|
| Constructor Summary | |
|---|---|
CompositeCondition(Condition<E>... components)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.databene.commons.Condition |
|---|
evaluate |
| Field Detail |
|---|
protected Condition<E>[] components
| Constructor Detail |
|---|
public CompositeCondition(Condition<E>... components)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||