Uses of Package
org.jrdf.query.relation

Packages that use org.jrdf.query.relation
org.jrdf.query Classes in this package allow queries to be executed against a JRDF graph. 
org.jrdf.query.execute   
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.common   
org.jrdf.query.relation.operation.mem.join   
org.jrdf.query.relation.operation.mem.join.anti   
org.jrdf.query.relation.operation.mem.join.natural   
org.jrdf.query.relation.operation.mem.join.outer   
org.jrdf.query.relation.operation.mem.join.semi   
org.jrdf.query.relation.operation.mem.project   
org.jrdf.query.relation.operation.mem.restrict   
org.jrdf.query.relation.operation.mem.semidifference   
org.jrdf.query.relation.operation.mem.union   
org.jrdf.sparql.analysis   
org.jrdf.sparql.builder   
 

Classes in org.jrdf.query.relation used by org.jrdf.query
Attribute
          The attribute-name:type-name combination.
Relation
          Relations containing a set of tuples and a set of attributes.
RelationFactory
          Factory that creates Relations.
 

Classes in org.jrdf.query.relation used by org.jrdf.query.execute
Relation
          Relations containing a set of tuples and a set of attributes.
 

Classes in org.jrdf.query.relation used by org.jrdf.query.expression
Attribute
          The attribute-name:type-name combination.
AttributeValuePair
          An attribute name/value consists of the name (SUBJECT, PREDICATE, etc.) and value.
 

Classes in org.jrdf.query.relation used by org.jrdf.query.relation
Attribute
          The attribute-name:type-name combination.
AttributeValuePair
          An attribute name/value consists of the name (SUBJECT, PREDICATE, etc.) and value.
Relation
          Relations containing a set of tuples and a set of attributes.
Tuple
          A tuple is a named finite set of tuples (attributes to a set of values).
 

Classes in org.jrdf.query.relation used by org.jrdf.query.relation.constants
Attribute
          The attribute-name:type-name combination.
AttributeValuePair
          An attribute name/value consists of the name (SUBJECT, PREDICATE, etc.) and value.
Relation
          Relations containing a set of tuples and a set of attributes.
Tuple
          A tuple is a named finite set of tuples (attributes to a set of values).
 

Classes in org.jrdf.query.relation used by org.jrdf.query.relation.mem
Attribute
          The attribute-name:type-name combination.
AttributeComparator
          Sort attributes by their type.
AttributeValuePair
          An attribute name/value consists of the name (SUBJECT, PREDICATE, etc.) and value.
AttributeValuePairComparator
          Sort attributes values by their type and value.
GraphRelation
          A marker interface that indicates that the relation is of three columns - subject, predicate and object.
Relation
          Relations containing a set of tuples and a set of attributes.
RelationComparator
          Sort attributes values by their type and value.
RelationFactory
          Factory that creates Relations.
Tuple
          A tuple is a named finite set of tuples (attributes to a set of values).
TupleComparator
          Compares tuples.
TupleFactory
          Allows the decoupling of the type of tuple to create at runtime - so classes that need to create Tuples do not have to depend on implementation specific objects.
 

Classes in org.jrdf.query.relation used by org.jrdf.query.relation.operation
Attribute
          The attribute-name:type-name combination.
AttributeValuePair
          An attribute name/value consists of the name (SUBJECT, PREDICATE, etc.) and value.
GraphRelation
          A marker interface that indicates that the relation is of three columns - subject, predicate and object.
Relation
          Relations containing a set of tuples and a set of attributes.
 

Classes in org.jrdf.query.relation used by org.jrdf.query.relation.operation.mem.common
Relation
          Relations containing a set of tuples and a set of attributes.
RelationFactory
          Factory that creates Relations.
TupleComparator
          Compares tuples.
 

Classes in org.jrdf.query.relation used by org.jrdf.query.relation.operation.mem.join
Attribute
          The attribute-name:type-name combination.
AttributeValuePair
          An attribute name/value consists of the name (SUBJECT, PREDICATE, etc.) and value.
Relation
          Relations containing a set of tuples and a set of attributes.
Tuple
          A tuple is a named finite set of tuples (attributes to a set of values).
 

Classes in org.jrdf.query.relation used by org.jrdf.query.relation.operation.mem.join.anti
Relation
          Relations containing a set of tuples and a set of attributes.
 

Classes in org.jrdf.query.relation used by org.jrdf.query.relation.operation.mem.join.natural
Attribute
          The attribute-name:type-name combination.
AttributeValuePair
          An attribute name/value consists of the name (SUBJECT, PREDICATE, etc.) and value.
AttributeValuePairComparator
          Sort attributes values by their type and value.
Relation
          Relations containing a set of tuples and a set of attributes.
Tuple
          A tuple is a named finite set of tuples (attributes to a set of values).
TupleFactory
          Allows the decoupling of the type of tuple to create at runtime - so classes that need to create Tuples do not have to depend on implementation specific objects.
 

Classes in org.jrdf.query.relation used by org.jrdf.query.relation.operation.mem.join.outer
Relation
          Relations containing a set of tuples and a set of attributes.
 

Classes in org.jrdf.query.relation used by org.jrdf.query.relation.operation.mem.join.semi
Attribute
          The attribute-name:type-name combination.
AttributeValuePair
          An attribute name/value consists of the name (SUBJECT, PREDICATE, etc.) and value.
AttributeValuePairComparator
          Sort attributes values by their type and value.
Relation
          Relations containing a set of tuples and a set of attributes.
Tuple
          A tuple is a named finite set of tuples (attributes to a set of values).
TupleFactory
          Allows the decoupling of the type of tuple to create at runtime - so classes that need to create Tuples do not have to depend on implementation specific objects.
 

Classes in org.jrdf.query.relation used by org.jrdf.query.relation.operation.mem.project
Attribute
          The attribute-name:type-name combination.
Relation
          Relations containing a set of tuples and a set of attributes.
RelationFactory
          Factory that creates Relations.
TupleFactory
          Allows the decoupling of the type of tuple to create at runtime - so classes that need to create Tuples do not have to depend on implementation specific objects.
 

Classes in org.jrdf.query.relation used by org.jrdf.query.relation.operation.mem.restrict
AttributeValuePair
          An attribute name/value consists of the name (SUBJECT, PREDICATE, etc.) and value.
GraphRelation
          A marker interface that indicates that the relation is of three columns - subject, predicate and object.
Relation
          Relations containing a set of tuples and a set of attributes.
RelationFactory
          Factory that creates Relations.
 

Classes in org.jrdf.query.relation used by org.jrdf.query.relation.operation.mem.semidifference
Relation
          Relations containing a set of tuples and a set of attributes.
RelationFactory
          Factory that creates Relations.
TupleComparator
          Compares tuples.
 

Classes in org.jrdf.query.relation used by org.jrdf.query.relation.operation.mem.union
Attribute
          The attribute-name:type-name combination.
AttributeValuePair
          An attribute name/value consists of the name (SUBJECT, PREDICATE, etc.) and value.
Relation
          Relations containing a set of tuples and a set of attributes.
Tuple
          A tuple is a named finite set of tuples (attributes to a set of values).
TupleFactory
          Allows the decoupling of the type of tuple to create at runtime - so classes that need to create Tuples do not have to depend on implementation specific objects.
 

Classes in org.jrdf.query.relation used by org.jrdf.sparql.analysis
AttributeValuePair
          An attribute name/value consists of the name (SUBJECT, PREDICATE, etc.) and value.
 

Classes in org.jrdf.query.relation used by org.jrdf.sparql.builder
Attribute
          The attribute-name:type-name combination.
AttributeValuePair
          An attribute name/value consists of the name (SUBJECT, PREDICATE, etc.) and value.