|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.syrup.helpers.ContextImpl
A generic Context Implementation.
| Constructor Summary | |
ContextImpl(PTask t,
EndPoint in1,
EndPoint in2,
EndPoint out1,
EndPoint out2)
Constructor for the ContextImpl object |
|
| Method Summary | |
Link |
in_1_link()
The first input Link of this Context's PTask. |
Link |
in_2_link()
The second input Link of this Context's PTask. |
Link |
out_1_link()
The first output Link of this Context's PTask. |
Link |
out_2_link()
The second output Link of this Context's PTask. |
PTask |
task()
The PTask this Context represents. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ContextImpl(PTask t,
EndPoint in1,
EndPoint in2,
EndPoint out1,
EndPoint out2)
t - The PTask that this Context represents.in1 - The first input Link.in2 - The second input Link.out1 - The first output Link.out2 - The second output Link.| Method Detail |
public PTask task()
Context
task in interface Contextpublic Link in_1_link()
Context
in_1_link in interface Contextpublic Link in_2_link()
Context
in_2_link in interface Contextpublic Link out_1_link()
Context
out_1_link in interface Contextpublic Link out_2_link()
Context
out_2_link in interface Context
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||