Package uci.graph

Interface Summary
GraphEdgeHooks A set of methods that edges in a GraphModel may implement.
GraphEdgeRenderer An interface for FigEdge factories.
GraphFactory  
GraphListener This defines a set of event notifications that objects can register for if they are interested in changes to the connected graph.
GraphModel This interface provides a facade to a net-level representation.
GraphNodeHooks A set of methods that nodes in a GraphModel may implement.
GraphNodeRenderer An interface for FigNode factories.
GraphPortHooks A set of methods that ports in a GraphModel may implement.
MutableGraphModel This interface provides a facade to a net-level representation.
 

Class Summary
AdjacencyListGraphModel This class is an example of an alternative way to implement MutableGraphModel.
DefaultGraphEdgeRenderer An interface for FigEdge factories.
DefaultGraphModel This interface provides a facade to a net-level representation.
DefaultGraphNodeRenderer An interface for FigNode factories.
GraphEvent A notification that a graph has changed.
MutableGraphEvent A notification that a graph has changed.
MutableGraphSupport An abstract class that makes it easier to implement your own version of MutableGraphModel.