Package ch.bfh.algo

Interface Summary
BinaryForest<E> The BinaryForest interface extends the Forest interface.
Container<E> A Container is a Collection of elements.
Forest<E> The Forest interface is used to store any type of arborescence.
Graph<E,V> The Graph interface has the functionalities of both a directed and an undirected graph.
Locator<E>  
Position<E> The Position interface is used as a placeholder in all the containers (for instance Sequence, Forest, or Graph).
Sequence<E> The Sequence interface is used to store elements in a flat datastructure.
 

Enum Summary
Direction  
 

Exception Summary
BoundaryViolationException  
DirectionException  
EmptySequenceException  
InvalidAccessorException