|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.syrup.helpers.OutPortImpl
An generic OutPort implementation.
Constructor Summary | |
OutPortImpl(Task t,
boolean p)
Constructor for the OutPortImpl object |
Method Summary | |
boolean |
isSecond()
Returns true if the Port number is 2. |
Task |
task()
Returns the associated Task. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public OutPortImpl(Task t, boolean p)
t
- The associated Task.p
- The port number.Method Detail |
public Task task()
Port
task
in interface Port
public boolean isSecond()
Port
isSecond
in interface Port
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |