Uses of Interface
org.jrdf.query.relation.mem.GraphRelationFactory

Packages that use GraphRelationFactory
org.jrdf.query Classes in this package allow queries to be executed against a JRDF graph. 
org.jrdf.query.relation.mem   
org.jrdf.sparql.analysis   
org.jrdf.sparql.parser   
 

Uses of GraphRelationFactory in org.jrdf.query
 

Constructors in org.jrdf.query with parameters of type GraphRelationFactory
QueryImpl(Expression<ExpressionVisitor> expression, GraphRelationFactory graphRelationFactory)
           
 

Uses of GraphRelationFactory in org.jrdf.query.relation.mem
 

Classes in org.jrdf.query.relation.mem that implement GraphRelationFactory
 class GraphRelationFactoryImpl
          A factory that produces graph relations.
 

Uses of GraphRelationFactory in org.jrdf.sparql.analysis
 

Constructors in org.jrdf.sparql.analysis with parameters of type GraphRelationFactory
SparqlAnalyserImpl(TripleBuilder tripleBuilder, Graph graph, GraphRelationFactory graphRelationFactory)
           
 

Uses of GraphRelationFactory in org.jrdf.sparql.parser
 

Constructors in org.jrdf.sparql.parser with parameters of type GraphRelationFactory
SableCcSparqlParser(ParserFactory parserFactory, GraphRelationFactory graphRelationFactory, AttributeValuePairHelper avpHelper, SortedAttributeFactory sortedAttributeFactory)