|
|||||||||
| 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.SplitConnector_DS
abstract class SplitConnector_DS
Implements a split connector of the EPC data structure.
| Field Summary | |
|---|---|
(package private) Arc_DS |
inputArc
The input arc of the split connector. |
(package private) java.util.Vector |
outputArcs
A vector with all output arcs of the split connector. |
| Fields inherited from class de.upb.swt.epctools.simulator.explicit.Node_DS |
|---|
epc, modelNode, nodeNumber |
| Constructor Summary | |
|---|---|
SplitConnector_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 |
|---|
Arc_DS inputArc
java.util.Vector outputArcs
| Constructor Detail |
|---|
SplitConnector_DS()
| Method Detail |
|---|
void addInputArc(Arc_DS arc)
throws EPCSyntaxError
addInputArc in class Node_DSarc - to be added as input arc
EPCSyntaxError - if there is an input arc alreadyvoid addOutputArc(Arc_DS arc)
addOutputArc in class Node_DSarc - to be added as output arc
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||