com.hp.hpl.jena.graph.query
Class PatternStage
java.lang.Object
com.hp.hpl.jena.graph.query.Stage
com.hp.hpl.jena.graph.query.PatternStage
public class PatternStage
- extends Stage
A PatternStage is a Stage that handles some bunch of related patterns; those patterns
are encoded as Triples.
- Author:
- hedgehog
Method Summary |
Pipe |
deliver(Pipe result)
execute the pipeline and pump the results into _sink_; this is asynchronous. |
PatternStage
public PatternStage(Graph graph,
Mapping map,
ExpressionSet constraints,
Triple[] triples)
deliver
public Pipe deliver(Pipe result)
- Description copied from class:
Stage
- execute the pipeline and pump the results into _sink_; this is asynchronous.
deliver that same _sink_ as our result. (This allows the sink to be created
as the argument to _deliver_.)
- Specified by:
deliver
in class Stage
Copyright © 2000, 2001, 2002, 2003, 2004 Hewlett-Packard Development Company, LP