org.grinvin

Interface MutableGraphModel

All Superinterfaces:
Graph, GraphModel, GraphView
Known Implementing Classes:
DefaultGraphModel

public interface MutableGraphModel
extends Graph, GraphModel

Interface combining the functionality of GraphModel and Graph.

Methods inherited from interface org.grinvin.Graph

addNewEdge, addNewVertex, change, change, clear, copy, remove, remove, restore, restore

Methods inherited from interface org.grinvin.GraphModel

addGraphListener, removeGraphListener

Methods inherited from interface org.grinvin.GraphView

areAdjacent, contains, contains, edgeIterator, edges, getEdge, getNumberOfEdges, getNumberOfVertices, getVertex, vertexIterator, vertices