org.argouml.uml.diagram.state
Class PredIsFinalState

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

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

Predicate to test if this is a final state.

See Also:
Serialized Form

Field Summary
private static PredIsFinalState theInstance
          TheInstance is the singleton.
 
Constructor Summary
private PredIsFinalState()
           
 
Method Summary
static PredIsFinalState getTheInstance()
           
 boolean predicate(Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theInstance

private static PredIsFinalState theInstance
TheInstance is the singleton.

Constructor Detail

PredIsFinalState

private PredIsFinalState()
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)

getTheInstance

public static PredIsFinalState getTheInstance()
Returns:
the instance


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