|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.upb.swt.epctools.simulator.explicit.Arc_DS
class Arc_DS
Implements an arc of the EPC data structure.
| Field Summary | |
|---|---|
(package private) int |
arcNumber
The unique number of the arc. |
(package private) Arc |
modelArc
The model arc (arc) to which this arc corresponds. |
(package private) Node_DS |
source
The source node of the arc. |
(package private) Node_DS |
target
The target node of the arc. |
| Constructor Summary | |
|---|---|
Arc_DS(Node_DS source,
Node_DS target,
int number,
Arc modelArc)
Creates a new arc in the data structure for an EPC. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
Arc modelArc
int arcNumber
Node_DS source
Node_DS target
| Constructor Detail |
|---|
Arc_DS(Node_DS source,
Node_DS target,
int number,
Arc modelArc)
source - target - number - modelArc -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||