org.jrdf.query.relation
Interface Tuple

All Superinterfaces:
Serializable
All Known Implementing Classes:
NullaryTuple, TupleImpl

public interface Tuple
extends Serializable

A tuple is a named finite set of tuples (attributes to a set of values).

Version:
$Revision: 1822 $
Author:
Andrew Newman

Method Summary
 Set<AttributeValuePair> getAttributeValues()
          Returns the set of tuples (attribute name/values).
 SortedSet<AttributeValuePair> getSortedAttributeValues()
           
 

Method Detail

getAttributeValues

Set<AttributeValuePair> getAttributeValues()
Returns the set of tuples (attribute name/values).

Returns:
the set of tuples (attribute/name values).

getSortedAttributeValues

SortedSet<AttributeValuePair> getSortedAttributeValues()