org.argouml.kernel
Class PredOR

java.lang.Object
  |
  +--org.argouml.kernel.PredOR

Deprecated. as of 0.15.2, replace with nothing, remove in 0.15.3, alexb

public class PredOR
extends java.lang.Object

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

_predicate1

protected Predicate _predicate1
Deprecated. 

_predicate2

protected Predicate _predicate2
Deprecated. 
Constructor Detail

PredOR

public PredOR(Predicate predicate1,
              Predicate predicate2)
Deprecated. 
Method Detail

predicate

public boolean predicate(java.lang.Object obj)
Deprecated. 
Returns true if at least one of its internal Predicates return true;

Parameters:
obj - Object to test.
Returns:
Returns true if at least one of its internal Predicates return true.


ArgoUML © 1996-2004 (20040306)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook