|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvisidia.simulation.process.edgestate.EdgeState
visidia.simulation.process.edgestate.SyncState
public class SyncState
This class represents an edge in the state "synchronized".
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 |
---|
public SyncState(boolean b)
b
- the synchronized stateMethod Detail |
---|
public boolean isSynchronized()
public java.lang.Object clone()
clone
in class EdgeState
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |