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