visidia.simulation.process.edgestate
Class SyncState

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

public class SyncState
extends EdgeState

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

See Also:
Serialized Form

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

Constructor Detail

SyncState

public SyncState(boolean b)
Instantiates a new sync state.

Parameters:
b - the synchronized state
Method Detail

isSynchronized

public boolean isSynchronized()
Checks if is synchronized.

Returns:
true, if is synchronized

clone

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