|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jrdf.query.relation.constants.RelationDEE
public final class RelationDEE
Dee is a relation with one tuple and is the base relation for NULLARY_TUPLE.
It is also the identity with respect to JOIN i.e. JOIN {r, RelationDEE} is DEE and JOIN {} is RelationDEE.
Again, this is going to change when operations are more properly filled out.
Field Summary | |
---|---|
static Relation |
RELATION_DEE
The singleton version of RelationDEE. |
Method Summary | |
---|---|
Set<Attribute> |
getHeading()
Returns the set of attributes or heading of the relation. |
SortedSet<Attribute> |
getSortedHeading()
|
SortedSet<Tuple> |
getSortedTuples()
|
Set<Tuple> |
getTuples()
Returns the TUPLE_ZERO. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Relation RELATION_DEE
Method Detail |
---|
public Set<Attribute> getHeading()
Relation
getHeading
in interface Relation
public Set<Tuple> getTuples()
getTuples
in interface Relation
public SortedSet<Attribute> getSortedHeading()
getSortedHeading
in interface Relation
public SortedSet<Tuple> getSortedTuples()
getSortedTuples
in interface Relation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |