org.jrdf.graph
Interface Sequence

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

public interface Sequence
extends Container, List<ObjectNode>

A Sequence is a group of statements that are kept in an orderd list. The order in which the objects go in dictates how they are returned in a First In, First Out manner.

Version:
$Revision: 1804 $
Author:
Andrew Newman

Method Summary
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray