Package | Description |
---|---|
com.hp.hpl.jena.graph.query |
Defines the graph-level Query classes, allowing multi-pattern query
over arbitrary graphs.
|
Modifier and Type | Class and Description |
---|---|
class |
BufferPipe
This class is a pipe between query threads, implemented as a bounded buffer.
|
Modifier and Type | Method and Description |
---|---|
abstract Pipe |
Stage.deliver(Pipe sink)
execute the pipeline and pump the results into _sink_; this is asynchronous.
|
Pipe |
InitialStage.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.
|
Pipe |
ConstraintStage.deliver(Pipe L)
the delivery component: read the domain elements out of the
input pipe, and only pass on those that satisfy the predicate.
|
Pipe |
PatternStageBase.deliver(Pipe sink) |
Modifier and Type | Method and Description |
---|---|
abstract Pipe |
Stage.deliver(Pipe sink)
execute the pipeline and pump the results into _sink_; this is asynchronous.
|
Pipe |
InitialStage.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.
|
Pipe |
ConstraintStage.deliver(Pipe L)
the delivery component: read the domain elements out of the
input pipe, and only pass on those that satisfy the predicate.
|
Pipe |
PatternStageBase.deliver(Pipe sink) |
Constructor and Description |
---|
PatternStageBase.Work(Pipe source,
Pipe sink,
StageElement e) |
StageElement.PutBindings(Pipe sink) |
Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP