|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A data sink is the ending point of a pipe.
Method Summary | |
void |
attachInputPipe(Pipe pipe,
InputPort inport)
Attach an input pipe to this data sink. |
Pipe[] |
getInputPipes()
Return all the input pipes in an array. |
InputPort[] |
getInputPorts()
Return all the input ports in an array. |
void |
pushData(java.lang.Object data,
InputPort inport)
Push data to this data sink at a specific port. |
Method Detail |
public void attachInputPipe(Pipe pipe, InputPort inport) throws FapException
FapException
public Pipe[] getInputPipes()
public InputPort[] getInputPorts()
public void pushData(java.lang.Object data, InputPort inport) throws FapException
FapException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |