org.argouml.kernel
Class PredAND

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

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

public class PredAND
extends java.lang.Object

Predicate to provide logical AND between two other predicates. This class belongs in org.argouml.util


Field Summary
protected  Predicate _predicate1
          Deprecated.  
protected  Predicate _predicate2
          Deprecated.  
 
Constructor Summary
PredAND(Predicate predicate1, Predicate predicate2)
          Deprecated.  
 
Method Summary
 boolean predicate(java.lang.Object obj)
          Deprecated. Returns true if both 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

PredAND

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

predicate

public boolean predicate(java.lang.Object obj)
Deprecated. 
Returns true if both its internal Predicates return true;

Parameters:
obj - Object to test.
Returns:
Returns true if both its internal Predicates return true;


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