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

Packages that use AttributeValuePairHelper
org.jrdf.query.relation.mem   
org.jrdf.sparql.builder   
org.jrdf.sparql.parser   
 

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

Classes in org.jrdf.query.relation.mem that implement AttributeValuePairHelper
 class AttributeValuePairHelperImpl
          Allows the creation of sroted AttributeValuePairs.
 

Constructors in org.jrdf.query.relation.mem with parameters of type AttributeValuePairHelper
GraphRelationFactoryImpl(SortedAttributeFactory attributeFactory, AttributeValuePairHelper avpHelper, TupleComparator tupleComparator, TupleFactory tupleFactory)
           
GraphRelationImpl(Graph graph, SortedAttributeFactory attributeFactory, AttributeValuePairHelper avpHelper, TupleComparator tupleComparator, TupleFactory tupleFactory)
           
 

Uses of AttributeValuePairHelper in org.jrdf.sparql.builder
 

Constructors in org.jrdf.sparql.builder with parameters of type AttributeValuePairHelper
TripleBuilderImpl(Graph graph, AttributeValuePairHelper avpHelper, SortedAttributeFactory sortedAttributeFactory)
           
 

Uses of AttributeValuePairHelper in org.jrdf.sparql.parser
 

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