|
|||||||||||
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.PatternStage
A PatternStage is a Stage that handles some bunch of related patterns; those patterns are encoded as Triples.
Constructor Summary | |
PatternStage(Graph graph,
Mapping map,
ExpressionSet constraints,
Triple[] triples)
|
Method Summary | |
Pipe |
deliver(Pipe result)
execute the pipeline and pump the results into _sink_; this is asynchronous. |
Methods inherited from class com.hp.hpl.jena.graph.query.Stage |
close, connectFrom, initial, isClosed |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PatternStage(Graph graph, Mapping map, ExpressionSet constraints, Triple[] triples)
Method Detail |
public Pipe deliver(Pipe result)
Stage
deliver
in class Stage
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |