Package org.jspace
Class QueueSpace
java.lang.Object
org.jspace.SequentialSpace
org.jspace.QueueSpace
- All Implemented Interfaces:
Space
- Direct Known Subclasses:
StackSpace
public class QueueSpace extends SequentialSpace
-
Field Summary
Fields inherited from class org.jspace.SequentialSpace
bound, tuples
-
Constructor Summary
Constructors Constructor Description QueueSpace()
QueueSpace(int bound)
-
Method Summary
Methods inherited from class org.jspace.SequentialSpace
get, getAll, getp, put, query, queryAll, queryp, size
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
QueueSpace
public QueueSpace() -
QueueSpace
public QueueSpace(int bound)
-
-
Method Details
-
addTuple
- Overrides:
addTuple
in classSequentialSpace
-
findTuple
- Overrides:
findTuple
in classSequentialSpace
-
findAllTuples
protected java.util.LinkedList<java.lang.Object[]> findAllTuples(Template template, boolean toRemove)- Overrides:
findAllTuples
in classSequentialSpace
-