/** *

Graph package

* * The graph package provides a general very simple abstraction of a graph. * It was developed for the IOC container to represent dependences between * components through their required and provided interfaces. * * The graph package supports a number of simple graph traversal operations, graph * extension operations, and a visitor pattern. * * The main abstractions are: * */ package org.wamblee.system.graph;