|
||||||||||
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.AbstractTupleBag
be.SIRAPRISE.client.InsertionOrderTupleBag
public final class InsertionOrderTupleBag
An InsertionOrderTupleBag is a TupleBag that maintains its tuples in insertion order
Constructor Summary | |
---|---|
InsertionOrderTupleBag(Heading heading)
Creates the InsertionOrderTupleBag |
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.AbstractTupleBag |
---|
addTupleWithoutHeadingCheck, clear, containsTuple, containsTuples, iterator, removeTuple, size |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InsertionOrderTupleBag(Heading heading)
heading
- The heading that the tuples will conform toMethod Detail |
---|
public boolean addOK(Tuple tuple)
AbstractTupleBag
addOK
in class AbstractTupleBag
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 |