public class MutableGraph<N extends Graph.IGraphNode<E>,E extends Graph.IGraphEdge<N>> extends Graph<N,E>
Graph.IGraphEdge<N>, Graph.IGraphNode<E>| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
MutableGraph()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
addEdge(E edge)
Add edge
|
void |
addNode(N node)
Add node
|
private static final long serialVersionUID