|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.syrup.helpers.EndPoint
Temporary data structure to aid the creation of WorkFlows. It identifies one end of a Link and the Data held by that Link. The orientation (ingoing , outgoing) is not specified but should be maintained at the meta-level to correctly indentify the corresponding Link end.
| Field Summary | |
Data |
data
The Data held by the associated Link. |
boolean |
port
The port number of the PTask this EndPoint connects to. |
PTask |
task
The PTask that identifies the EndPoint. |
| Constructor Summary | |
EndPoint(PTask t,
boolean p,
Data d)
Constructor for the EndPoint object |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public final PTask task
public final boolean port
public final Data data
| Constructor Detail |
public EndPoint(PTask t,
boolean p,
Data d)
t - The PTask that identifies the EndPoint.p - The port number of the PTask this EndPoint connects to.d - The Data held by the associated Link.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||