|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.SIRAPRISE.client.AbstractTupleContainer
be.SIRAPRISE.client.AbstractRelation
be.SIRAPRISE.client.OrderedRelation
public final class OrderedRelation
An OrderedRelation is a relation that maintains its tuples in the order determined by the given comparator
Constructor Summary | |
---|---|
OrderedRelation(TupleOrderer tupleOrderer,
Heading heading)
|
Method Summary | |
---|---|
boolean |
addOK(Tuple tuple)
"exit" method called by the addTuple() methods to check if it is OK to add the given tuple to this relation. |
Methods inherited from class be.SIRAPRISE.client.AbstractRelation |
---|
addTupleWithoutHeadingCheck, clear, containsTuple, containsTuples, equals, getTupleSet, hashCode, iterator, removeTuple, size |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OrderedRelation(TupleOrderer tupleOrderer, Heading heading)
tupleOrderer
- heading
- Method Detail |
---|
public boolean addOK(Tuple tuple)
AbstractRelation
addOK
in class AbstractRelation
tuple
- The tuple about to be added to the relation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |