org.argouml.uml
Class PredicateNotInTrash

java.lang.Object
  extended byorg.argouml.uml.PredicateNotInTrash
All Implemented Interfaces:
org.tigris.gef.util.Predicate, Serializable

public class PredicateNotInTrash
extends Object
implements org.tigris.gef.util.Predicate

A Predicate to determine if a given object is in the Project Trash or not. Required so that the GoListToOfffenderItem does not display offenders, which are already in the trash bin.

See Also:
Serialized Form

Field Summary
private  Project p
           
 
Constructor Summary
PredicateNotInTrash()
           
 
Method Summary
 boolean predicate(Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

p

private Project p
Constructor Detail

PredicateNotInTrash

public PredicateNotInTrash()
Method Detail

predicate

public boolean predicate(Object obj)
Specified by:
predicate in interface org.tigris.gef.util.Predicate
See Also:
Predicate.predicate(java.lang.Object)


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