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
getAttributeValues
Set<AttributeValuePair> getAttributeValues()
- Returns the set of tuples (attribute name/values).
- Returns:
- the set of tuples (attribute/name values).
getSortedAttributeValues
SortedSet<AttributeValuePair> getSortedAttributeValues()