public class AbstractState<F extends IFlow<N>,N extends INode,P extends IPlace,T extends ITransition,M extends IMarking<F,N,P,T>> extends Vertex implements IState<F,N,P,T,M>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractState() |
|
AbstractState(M marking) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
M |
getMarking()
Get marking associated with this state.
|
void |
setMarking(M marking)
Set marking associated with this state.
|
String |
toString() |
getHeight, getWidth, getX, getY, setHeight, setLayout, setLocation, setSize, setWidth, setX, setYclone, compareTo, equals, getDescription, getId, getName, getTag, hashCode, setDescription, setId, setName, setTagfinalize, getClass, notify, notifyAll, wait, wait, waitgetHeight, getWidth, getX, getY, setHeight, setLayout, setLocation, setSize, setWidth, setX, setYgetDescription, getId, getName, getTag, setDescription, setId, setName, setTagcompareToprotected AbstractState()
public AbstractState(M marking)
Copyright © 2017. All rights reserved.