be.SIRAPRISE.client
Interface Relation

All Superinterfaces:
java.lang.Iterable<Tuple>, TupleContainer
All Known Implementing Classes:
AbstractRelation, InsertionOrderRelation, OrderedRelation

public interface Relation
extends TupleContainer

A Relation is a TupleContainer that cannot contain duplicates (i.e. its collection of tuples is a set)

Author:
Erwin Smout

Method Summary
 java.util.Set<Tuple> getTupleSet()
          Deprecated.  
 
Methods inherited from interface be.SIRAPRISE.client.TupleContainer
addTuplesWithHeadingCheck, addTuplesWithoutHeadingCheck, addTupleWithHeadingCheck, addTupleWithoutHeadingCheck, clear, containsTuple, containsTuples, getHeading, iterator, printValueEscapedWithoutTypeNames, printValueEscapedWithTypeNames, printValueWithoutTypeNames, printValueWithTypeNames, printValueXML, removeTuple, removeTuples, size, toObjectArray, toObjectArrayIgnoringMissingSetters, toObjectCollection, toObjectCollectionIgnoringMissingSetters, toObjectsArray, toObjectsCollection
 

Method Detail

getTupleSet

java.util.Set<Tuple> getTupleSet()
Deprecated. 

Gets The set of Tuple objects constituting this relation value.

Returns:
The set of Tuple objects constituting this relation value.