|
||||||||||
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.MarkedState
public class MarkedState
This class represents an edge in the state "marked".
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 |
---|
public MarkedState(boolean b)
b
- the marked stateMethod Detail |
---|
public boolean isMarked()
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 |