org.jrdf.query.relation.constants
Class NullaryTuple
java.lang.Object
org.jrdf.query.relation.constants.NullaryTuple
- All Implemented Interfaces:
- Serializable, Tuple
public final class NullaryTuple
- extends Object
- implements Tuple, Serializable
A class which simply contains the True Node constant.
- Version:
- $Revision: 1822 $
- Author:
- Andrew Newman
- See Also:
- Serialized Form
Field Summary |
static Tuple |
NULLARY_TUPLE
The node which represents the boolean logic value "NULLARY_TUPLE". |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NULLARY_TUPLE
public static final Tuple NULLARY_TUPLE
- The node which represents the boolean logic value "NULLARY_TUPLE".
getAttributeValues
public Set<AttributeValuePair> getAttributeValues()
- Description copied from interface:
Tuple
- Returns the set of tuples (attribute name/values).
- Specified by:
getAttributeValues
in interface Tuple
- Returns:
- the set of tuples (attribute/name values).
getSortedAttributeValues
public SortedSet<AttributeValuePair> getSortedAttributeValues()
- Specified by:
getSortedAttributeValues
in interface Tuple