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

Packages that use AttributeValuePair
org.jrdf.query.expression   
org.jrdf.query.relation   
org.jrdf.query.relation.constants   
org.jrdf.query.relation.mem   
org.jrdf.query.relation.operation   
org.jrdf.query.relation.operation.mem.join   
org.jrdf.query.relation.operation.mem.join.natural   
org.jrdf.query.relation.operation.mem.join.semi   
org.jrdf.query.relation.operation.mem.restrict   
org.jrdf.query.relation.operation.mem.union   
org.jrdf.sparql.analysis   
org.jrdf.sparql.builder   
 

Uses of AttributeValuePair in org.jrdf.query.expression
 

Methods in org.jrdf.query.expression that return types with arguments of type AttributeValuePair
 List<AttributeValuePair> Constraint.getAvp(Map<AttributeName,? extends NodeType> allVariables)
           
 

Constructor parameters in org.jrdf.query.expression with type arguments of type AttributeValuePair
Constraint(List<AttributeValuePair> singleAvp)
           
 

Uses of AttributeValuePair in org.jrdf.query.relation
 

Methods in org.jrdf.query.relation that return types with arguments of type AttributeValuePair
 Set<AttributeValuePair> Tuple.getAttributeValues()
          Returns the set of tuples (attribute name/values).
 SortedSet<AttributeValuePair> Tuple.getSortedAttributeValues()
           
 

Method parameters in org.jrdf.query.relation with type arguments of type AttributeValuePair
 Tuple TupleFactory.getTuple(List<AttributeValuePair> avp)
           
 Tuple TupleFactory.getTuple(Set<AttributeValuePair> avp)
           
 Set<Tuple> GraphRelation.getTuples(List<AttributeValuePair> nameValues)
          Returns the set of tuples based on the constraints given 3 attribute/value pairs.
 

Uses of AttributeValuePair in org.jrdf.query.relation.constants
 

Classes in org.jrdf.query.relation.constants that implement AttributeValuePair
 class NullaryAttributeValuePair
           
 

Fields in org.jrdf.query.relation.constants declared as AttributeValuePair
static AttributeValuePair NullaryAttributeValuePair.NULLARY_ATTRIBUTE_VALUE_PAIR
          Nullary Attribute Value Pair - should always be true when compared.
 

Methods in org.jrdf.query.relation.constants that return types with arguments of type AttributeValuePair
 Set<AttributeValuePair> NullaryTuple.getAttributeValues()
           
 SortedSet<AttributeValuePair> NullaryTuple.getSortedAttributeValues()
           
 

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

Classes in org.jrdf.query.relation.mem that implement AttributeValuePair
 class AttributeValuePairImpl
          Implementation of an attribute name/value consists of the name (SUBJECT, PREDICATE, etc.) and value.
 

Methods in org.jrdf.query.relation.mem that return types with arguments of type AttributeValuePair
 List<AttributeValuePair> AttributeValuePairHelperImpl.createAvp(AttributeValuePair[] attributeValuePairsArray)
           
 List<AttributeValuePair> AttributeValuePairHelper.createAvp(AttributeValuePair[] attributeValuePairsArray)
           
 List<AttributeValuePair> AttributeValuePairHelperImpl.createAvp(Triple triple)
           
 List<AttributeValuePair> AttributeValuePairHelper.createAvp(Triple triple)
           
 List<AttributeValuePair> AttributeValuePairHelperImpl.createAvp(Triple triple, Attribute[] attributes)
           
 List<AttributeValuePair> AttributeValuePairHelper.createAvp(Triple triple, Attribute[] attributes)
           
 Set<AttributeValuePair> TupleImpl.getAttributeValues()
           
 SortedSet<AttributeValuePair> TupleImpl.getSortedAttributeValues()
           
 

Methods in org.jrdf.query.relation.mem with parameters of type AttributeValuePair
 int AttributeValuePairComparatorImpl.compare(AttributeValuePair attributeValuePair, AttributeValuePair attributeValuePair1)
           
 List<AttributeValuePair> AttributeValuePairHelperImpl.createAvp(AttributeValuePair[] attributeValuePairsArray)
           
 List<AttributeValuePair> AttributeValuePairHelper.createAvp(AttributeValuePair[] attributeValuePairsArray)
           
 

Method parameters in org.jrdf.query.relation.mem with type arguments of type AttributeValuePair
 Attribute[] AttributeValuePairHelperImpl.createAttributes(List<AttributeValuePair> nameValues)
           
 Attribute[] AttributeValuePairHelper.createAttributes(List<AttributeValuePair> nameValues)
           
 Triple AttributeValuePairHelperImpl.createTriple(List<AttributeValuePair> avp)
           
 Triple AttributeValuePairHelper.createTriple(List<AttributeValuePair> avp)
           
 Tuple TupleFactoryImpl.getTuple(List<AttributeValuePair> avp)
           
 Tuple TupleFactoryImpl.getTuple(Set<AttributeValuePair> avp)
           
 Set<Tuple> GraphRelationImpl.getTuples(List<AttributeValuePair> nameValues)
           
 

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

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

Uses of AttributeValuePair in org.jrdf.query.relation.operation.mem.join
 

Method parameters in org.jrdf.query.relation.operation.mem.join with type arguments of type AttributeValuePair
 void TupleEngine.process(SortedSet<Attribute> headings, SortedSet<AttributeValuePair> avps1, SortedSet<AttributeValuePair> avps2, SortedSet<Tuple> result)
           
 void TupleEngine.process(SortedSet<Attribute> headings, SortedSet<AttributeValuePair> avps1, SortedSet<AttributeValuePair> avps2, SortedSet<Tuple> result)
           
 

Uses of AttributeValuePair in org.jrdf.query.relation.operation.mem.join.natural
 

Method parameters in org.jrdf.query.relation.operation.mem.join.natural with type arguments of type AttributeValuePair
 void NaturalJoinEngine.process(SortedSet<Attribute> headings, SortedSet<AttributeValuePair> avps1, SortedSet<AttributeValuePair> avps2, SortedSet<Tuple> result)
           
 void NaturalJoinEngine.process(SortedSet<Attribute> headings, SortedSet<AttributeValuePair> avps1, SortedSet<AttributeValuePair> avps2, SortedSet<Tuple> result)
           
 

Uses of AttributeValuePair in org.jrdf.query.relation.operation.mem.join.semi
 

Method parameters in org.jrdf.query.relation.operation.mem.join.semi with type arguments of type AttributeValuePair
 void SemiJoinEngine.process(SortedSet<Attribute> headings, SortedSet<AttributeValuePair> avps1, SortedSet<AttributeValuePair> avps2, SortedSet<Tuple> result)
           
 void SemiJoinEngine.process(SortedSet<Attribute> headings, SortedSet<AttributeValuePair> avps1, SortedSet<AttributeValuePair> avps2, SortedSet<Tuple> result)
           
 

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

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

Uses of AttributeValuePair in org.jrdf.query.relation.operation.mem.union
 

Method parameters in org.jrdf.query.relation.operation.mem.union with type arguments of type AttributeValuePair
 void SubsumptionEngine.process(SortedSet<Attribute> headings, SortedSet<AttributeValuePair> avps1, SortedSet<AttributeValuePair> avps2, SortedSet<Tuple> result)
          Returns the tuples to be subsumed in the result set.
 void SubsumptionEngine.process(SortedSet<Attribute> headings, SortedSet<AttributeValuePair> avps1, SortedSet<AttributeValuePair> avps2, SortedSet<Tuple> result)
          Returns the tuples to be subsumed in the result set.
 void OuterUnionEngine.process(SortedSet<Attribute> headings, SortedSet<AttributeValuePair> avps1, SortedSet<AttributeValuePair> avps2, SortedSet<Tuple> result)
           
 void OuterUnionEngine.process(SortedSet<Attribute> headings, SortedSet<AttributeValuePair> avps1, SortedSet<AttributeValuePair> avps2, SortedSet<Tuple> result)
           
 int SubsumptionEngine.subsumes(SortedSet<Attribute> headings, SortedSet<AttributeValuePair> avps1, SortedSet<AttributeValuePair> avps2)
          -1 indicates 2 subsumes 1, 1 indicates 1 subsumes 2, 0 means that they are not subsumed.
 int SubsumptionEngine.subsumes(SortedSet<Attribute> headings, SortedSet<AttributeValuePair> avps1, SortedSet<AttributeValuePair> avps2)
          -1 indicates 2 subsumes 1, 1 indicates 1 subsumes 2, 0 means that they are not subsumed.
 

Uses of AttributeValuePair in org.jrdf.sparql.analysis
 

Method parameters in org.jrdf.sparql.analysis with type arguments of type AttributeValuePair
 void VariableCollector.addConstraints(List<AttributeValuePair> avps)
           
 void AttributeCollectorImpl.addConstraints(List<AttributeValuePair> avps)
           
 

Uses of AttributeValuePair in org.jrdf.sparql.builder
 

Methods in org.jrdf.sparql.builder that return AttributeValuePair
 AttributeValuePair ElementBuilderImpl.getElement()
           
 AttributeValuePair ElementBuilder.getElement()
           
 

Methods in org.jrdf.sparql.builder that return types with arguments of type AttributeValuePair
 List<AttributeValuePair> TripleBuilderImpl.getTriples()
          Builds the given tripleNode into a local Triple.
 List<AttributeValuePair> TripleBuilder.getTriples()