|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.graph.query.Stage
com.hp.hpl.jena.graph.query.InitialStage
The initial stage of a query, responsible for dropping the no-variables-bound seed binding domain into the remaining stages of the query pipeline.
Constructor Summary | |
InitialStage(int count)
The value passed in is the computed width of the result array(s); this is used to allocate the seeding node array. |
Method Summary | |
void |
close()
|
Pipe |
deliver(Pipe result)
To deliver value into the Pipe result, we drop in a binding array of the correct width in which all the elements are null, then we close the pipe. |
Methods inherited from class com.hp.hpl.jena.graph.query.Stage |
connectFrom, initial, isClosed |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InitialStage(int count)
count
- the width of the result binding arrayMethod Detail |
public void close()
close
in class Stage
public Pipe deliver(Pipe result)
deliver
in class Stage
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |