|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.larkc.core.executor.pipe.Source
public class Source
This class implements a source. A source is used to give an input to a workflow.
Constructor Summary | |
---|---|
Source()
Constructor to create a new source. |
Method Summary | |
---|---|
void |
putQuery(SetOfStatements query)
This method starts the execution of the workflow. |
void |
setPipeInputQueue(Queue<SetOfStatements> inputQueue)
Sets the input queue which is used to give the query to the workflow. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Source()
Method Detail |
---|
public void putQuery(SetOfStatements query)
query
- The query which is passed to the workflow.public void setPipeInputQueue(Queue<SetOfStatements> inputQueue)
inputQueue
- the input queue
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |