|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jrdf.query.relation.constants.RelationDUM
public final class RelationDUM
Dum is a relation with no tuples and is the base relation for FALSE.
| Field Summary | |
|---|---|
static Relation |
RELATION_DUM
The singleton version of RelationDUM. |
| Method Summary | |
|---|---|
Set<Attribute> |
getHeading()
This Relation has no attributes. |
SortedSet<Attribute> |
getSortedHeading()
|
SortedSet<Tuple> |
getSortedTuples()
|
Set<Tuple> |
getTuples()
Returns an empty set of tuples. |
| 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_DUM
| Method Detail |
|---|
public Set<Attribute> getHeading()
getHeading in interface Relationpublic Set<Tuple> getTuples()
getTuples in interface Relationpublic SortedSet<Attribute> getSortedHeading()
getSortedHeading in interface Relationpublic SortedSet<Tuple> getSortedTuples()
getSortedTuples in interface Relation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||