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

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

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

Classes in org.jrdf.query.relation.mem that implement SortedAttributeFactory
 class SortedAttributeFactoryImpl
          Allows the creation of headings.
 

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

Uses of SortedAttributeFactory in org.jrdf.sparql.builder
 

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

Uses of SortedAttributeFactory in org.jrdf.sparql.parser
 

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