org.jrdf.query.relation.type
Class BlankNodeType
java.lang.Object
org.jrdf.query.relation.type.BlankNodeType
- All Implemented Interfaces:
- Serializable, NodeType
public final class BlankNodeType
- extends Object
- implements NodeType
A blank node type.
- Version:
- $Revision: 1045 $
- Author:
- Andrew Newman
- See Also:
- Serialized Form
BlankNodeType
public BlankNodeType()
composedOf
public Set<NodeType> composedOf()
- Description copied from interface:
NodeType
- Returns the sub-types of a composite type.
- Specified by:
composedOf in interface NodeType
- Returns:
- the sub-types of a composite type.
getName
public String getName()
- Description copied from interface:
NodeType
- Returns the name of the type.
- Specified by:
getName in interface NodeType
- Returns:
- the name of the type.
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object