visidia.simulation.process.edgestate
Class MarkedState

java.lang.Object
  extended by visidia.simulation.process.edgestate.EdgeState
      extended by visidia.simulation.process.edgestate.MarkedState
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class MarkedState
extends EdgeState

This class represents an edge in the state "marked".

See Also:
Serialized Form

Constructor Summary
MarkedState(boolean b)
          Instantiates a new marked state.
 
Method Summary
 java.lang.Object clone()
           
 boolean isMarked()
          Checks if is marked.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarkedState

public MarkedState(boolean b)
Instantiates a new marked state.

Parameters:
b - the marked state
Method Detail

isMarked

public boolean isMarked()
Checks if is marked.

Returns:
true, if is marked

clone

public java.lang.Object clone()
Specified by:
clone in class EdgeState