theseus.api
Class TupleSet

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--java.util.AbstractSet
              |
              +--java.util.HashSet
                    |
                    +--theseus.api.TupleSet
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, java.io.Serializable, java.util.Set

public class TupleSet
extends java.util.HashSet

TupleSet holds a set of tuples.

See Also:
Serialized Form

Constructor Summary
TupleSet(theseus.api.AttrList a_attrList)
          Associate tuple set with an attribute list.
 
Method Summary
 void addTuple(theseus.api.Tuple a_tuple)
          Add a tuple to the existing set.
 
Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
 

Constructor Detail

TupleSet

public TupleSet(theseus.api.AttrList a_attrList)
Associate tuple set with an attribute list.

Method Detail

addTuple

public void addTuple(theseus.api.Tuple a_tuple)
Add a tuple to the existing set.