org.argouml.kernel
Class PredNOT

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

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

public class PredNOT
extends java.lang.Object

Predicate to provide logical NOT. The predicate returns true if its internal Predicate return false; This class belongs in org.argouml.util


Field Summary
(package private)  Predicate _predicate
          Deprecated.  
 
Constructor Summary
PredNOT(Predicate predicate)
          Deprecated.  
 
Method Summary
 boolean predicate(java.lang.Object obj)
          Deprecated. Returns true it initialized predicate returns false;
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_predicate

Predicate _predicate
Deprecated. 
Constructor Detail

PredNOT

public PredNOT(Predicate predicate)
Deprecated. 
Method Detail

predicate

public boolean predicate(java.lang.Object obj)
Deprecated. 
Returns true it initialized predicate returns false;

Parameters:
obj - Object to test.
Returns:
Returns true if its internal predicate returns false;


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