org.argouml.uml.diagram.state
Class PredIsStartState
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
theInstance
private static PredIsStartState theInstance
- theInstance is the singleton.
PredIsStartState
private PredIsStartState()
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