Package com.hp.hpl.jena.graph.query

Defines the graph-level Query classes, allowing multi-pattern query over arbitrary graphs.

See:
          Description

Interface Summary
BindingQueryPlan  
PatternCompiler  
Pipe  
Predicate  
PredicateFactory  
QueryHandler  
TreeQueryPlan  
Valuator  
 

Class Summary
Bind  
Bound  
BufferPipe This class is a pipe between query threads, implemented as a bounded buffer.
ConstraintStage  
Domain  
Element  
Fixed  
InitialStage  
Mapping this class is used to record the mapping from [variable] Node's to the indexes they are bound to in a Query.
Pattern  
PatternStage  
PatternStageCompiler  
PredicateBase  
Query The class of graph queries.
Query.ArgMap a mapping from from names to Graphs
Relation  
Relation_EQ  
Relation_NE  
SimpleQueryHandler  
SimpleQueryPlan  
SimpleTreeQueryPlan  
Stage a processing stage in the query pipeline.
ValuatorConst  
ValuatorVariable  
Variable  
 

Exception Summary
BufferPipe.BoundedBufferPutException Exception to throw if a put throws an exception.
BufferPipe.BoundedBufferTakeException Exception to throw if a take throws an exception.
 

Package com.hp.hpl.jena.graph.query Description

Defines the graph-level Query classes, allowing multi-pattern query over arbitrary graphs.



Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.