|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.upb.swt.epctools.simulator.explicit.Node_DS
de.upb.swt.epctools.simulator.explicit.JoinConnector_DS
abstract class JoinConnector_DS
Implements a join connector of the EPC data structure.
| Field Summary | |
|---|---|
(package private) java.util.Vector |
inputArcs
A vector with all input arcs of the join connector. |
(package private) int |
noMarkedInArcs
The number of input arcs already marked during the marking algorithm. |
(package private) Arc_DS |
outputArc
The output arc of the join connector. |
| Fields inherited from class de.upb.swt.epctools.simulator.explicit.Node_DS |
|---|
epc, modelNode, nodeNumber |
| Constructor Summary | |
|---|---|
JoinConnector_DS()
|
|
| Method Summary | |
|---|---|
(package private) void |
addInputArc(Arc_DS arc)
Adds an input arc to this node; |
(package private) void |
addOutputArc(Arc_DS arc)
Adds an output arc to this node; |
| Methods inherited from class de.upb.swt.epctools.simulator.explicit.Node_DS |
|---|
addSuccessors, enabled |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
java.util.Vector inputArcs
Arc_DS outputArc
int noMarkedInArcs
| Constructor Detail |
|---|
JoinConnector_DS()
| Method Detail |
|---|
void addInputArc(Arc_DS arc)
addInputArc in class Node_DSarc - to be added as input arc
void addOutputArc(Arc_DS arc)
throws EPCSyntaxError
addOutputArc in class Node_DSarc - to be added as output arc
EPCSyntaxError - if there is an output arc already
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||