public class AbstractStep<F extends IFlow<N>,N extends INode,P extends IPlace,T extends ITransition,M extends IMarking<F,N,P,T>> extends Vertex implements IStep<F,N,P,T,M>
| Modifier and Type | Field and Description |
|---|---|
protected M |
inputMarking |
protected IPetriNet<F,N,P,T> |
net |
protected M |
outputMarking |
protected T |
transition |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractStep() |
|
AbstractStep(IPetriNet<F,N,P,T> net,
M inputMarking,
T transition) |
|
AbstractStep(IPetriNet<F,N,P,T> net,
M inputMarking,
T transition,
M outputMarking) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object arg0) |
T |
getCommand() |
M |
getInputMarking() |
String |
getLabel() |
M |
getOutputMarking() |
IPetriNet<F,N,P,T> |
getPetriNet() |
T |
getTransition() |
int |
hashCode() |
String |
toString() |
getHeight, getWidth, getX, getY, setHeight, setLayout, setLocation, setSize, setWidth, setX, setYclone, compareTo, getDescription, getId, getName, getTag, 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 IPetriNet<F extends IFlow<N>,N extends INode,P extends IPlace,T extends ITransition> net
protected T extends ITransition transition
Copyright © 2017. All rights reserved.