|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A data source is the starting point of a pipe.
Method Summary | |
void |
attachOutputPipe(Pipe pipe,
OutputPort outport)
Attach an output pipe to this data source at a specific port. |
Pipe[] |
getOutputPipes()
Return all the output pipes in an array. |
OutputPort[] |
getOutputPorts()
Return all the output ports in an array. |
java.lang.Object |
pullData(java.lang.Object query,
OutputPort outport)
Pull data from this data source at a specific port. |
Method Detail |
public void attachOutputPipe(Pipe pipe, OutputPort outport) throws FapException
FapException
public Pipe[] getOutputPipes()
public OutputPort[] getOutputPorts()
public java.lang.Object pullData(java.lang.Object query, OutputPort outport) throws FapException
FapException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |