org.jrdf.graph
Interface Alternative

All Superinterfaces:
Collection<ObjectNode>, Container, Iterable<ObjectNode>
All Known Implementing Classes:
AlternativeImpl

public interface Alternative
extends Container

An Alt is a list of unordered statements which prevents duplicates. It represents objects which are semantically the same. The order in which the objects go in may not be the order in which they are returned.

Version:
$Revision: 1804 $
Author:
Andrew Newman

Method Summary
 
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray