|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.argouml.uml.PredicateNotInTrash
public class PredicateNotInTrash
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.
Constructor Summary | |
---|---|
PredicateNotInTrash()
|
Method Summary | |
---|---|
boolean |
evaluate(java.lang.Object obj)
Evaluate the predicate for the given object and return true or false. |
boolean |
predicate(java.lang.Object obj)
Deprecated. for 0.27.3 by tfmorris. The type org.tigris.gef.util.Predicate (and this method) will be removed in the next release. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PredicateNotInTrash()
Method Detail |
---|
@Deprecated public boolean predicate(java.lang.Object obj)
org.tigris.gef.util.Predicate#predicate(java.lang.Object)
public boolean evaluate(java.lang.Object obj)
Predicate
evaluate
in interface Predicate
obj
- object to be tested
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ArgoUML © 1996-2006 | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |