|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object | +--org.argouml.kernel.PredOR
Predicate to provide logical OR between two other predicates. This class belongs in org.argouml.util
| Field Summary | |
|---|---|
protected Predicate |
_predicate1
Deprecated. |
protected Predicate |
_predicate2
Deprecated. |
| Constructor Summary | |
|---|---|
PredOR(Predicate predicate1,
Predicate predicate2)
Deprecated. |
|
| Method Summary | |
|---|---|
boolean |
predicate(java.lang.Object obj)
Deprecated. Returns true if at least one of its internal Predicates return true; |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected Predicate _predicate1
protected Predicate _predicate2
| Constructor Detail |
public PredOR(Predicate predicate1,
Predicate predicate2)
| Method Detail |
public boolean predicate(java.lang.Object obj)
obj - Object to test.
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
| ArgoUML © 1996-2004 (20040306) | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |