|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.larkc.core.executor.pipe.Pipe
public class Pipe
This class represents a pipe. One workflow can contain multiple pipes. Each pipe has to have exactly one source and one sink. Multiple endpoints can be assoziated with a pipe.
Constructor Summary | |
---|---|
Pipe(Source source,
Sink sink)
Custom constructor that takes a source and a sink as parameter. |
Method Summary | |
---|---|
void |
execute(SetOfStatements query)
Method to give the query to the source and execute the workflow. |
SetOfStatements |
getNextResults()
Method to retrieve the next results from the workflow. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Pipe(Source source, Sink sink)
source
- the source.sink
- the sink.Method Detail |
---|
public void execute(SetOfStatements query)
PipeInterface
execute
in interface PipeInterface
query
- the query.public SetOfStatements getNextResults()
PipeInterface
getNextResults
in interface PipeInterface
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |