Uses of Interface
org.jrdf.query.relation.GraphRelation

Packages that use GraphRelation
org.jrdf.query.relation.mem   
org.jrdf.query.relation.operation   
org.jrdf.query.relation.operation.mem.restrict   
 

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

Classes in org.jrdf.query.relation.mem that implement GraphRelation
 class GraphRelationImpl
          Implementation of relations containing 3 column heading (subject, predicate, object).
 

Methods in org.jrdf.query.relation.mem that return GraphRelation
 GraphRelation GraphRelationFactoryImpl.createRelation(Graph graph)
           
 GraphRelation GraphRelationFactory.createRelation(Graph graph)
           
 

Uses of GraphRelation in org.jrdf.query.relation.operation
 

Methods in org.jrdf.query.relation.operation with parameters of type GraphRelation
 Relation Restrict.restrict(GraphRelation relation, List<AttributeValuePair> nameValues)
           
 

Uses of GraphRelation in org.jrdf.query.relation.operation.mem.restrict
 

Methods in org.jrdf.query.relation.operation.mem.restrict with parameters of type GraphRelation
 Relation RestrictImpl.restrict(GraphRelation relation, List<AttributeValuePair> nameValues)