|
||||||||||
| 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.InsertionOrderRelation
public final class InsertionOrderRelation
An InsertionOrderRelation is a relation that maintains its tuples in insertion order.
| Constructor Summary | |
|---|---|
InsertionOrderRelation(Heading heading)
Creates the Relation object, declaring it to be of the given Heading type. |
|
| 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 InsertionOrderRelation(Heading heading)
heading - The heading the tuples in this relation are expected to conform to.| Method Detail |
|---|
public boolean addOK(Tuple tuple)
AbstractRelation
addOK in class AbstractRelationtuple - 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 | |||||||||