org.argouml.uml.diagram.state
Class PredIsStartState

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

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

Predicate to test if this is a start state.

See Also:
Serialized Form

Field Summary
private static PredIsStartState theInstance
          theInstance is the singleton.
 
Constructor Summary
private PredIsStartState()
           
 
Method Summary
static PredIsStartState 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 PredIsStartState theInstance
theInstance is the singleton.

Constructor Detail

PredIsStartState

private PredIsStartState()
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 PredIsStartState getTheInstance()
Returns:
the instance


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