|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Relation
Relations containing a set of tuples and a set of attributes. The attribute constitute a heading the maps to the tuple values.
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 set of tuples. |
Method Detail |
---|
Set<Attribute> getHeading()
Set<Tuple> getTuples()
SortedSet<Attribute> getSortedHeading()
SortedSet<Tuple> getSortedTuples()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |