|
Interface Summary |
| BaseGraphModel |
This interface provides a facade to a net-level
representation. |
| GraphController |
This interface is the basis for each class that
handles the control of pairs of data and representational objects. |
| 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. |