Package beowulf.model.graph

Interface Summary
GraphModel This interface provides the basic methods through which a JGraph can access data stored within any Graph object.
 

Class Summary
AbstractGraphModel This abstract class defines event handling procedures common to all of its implementors.
Edge The Edge class is used to represent an Edge inside of a Graph object.
Graph This class is a model of a Graph.
UndirectedGraph This class is a model of a Graph.