-
- All Superinterfaces:
Graph<N,E>,SingleGraph<N,E>,UndirectedGraph
public interface SingleUndirectedGraph<N,E> extends SingleGraph<N,E>, UndirectedGraph
Ненаправленный граф- Author:
- gocha
-
-
Method Summary
-
Methods inherited from interface xyz.cofe.collection.graph.Graph
add, clearAll, clearEdges, contains, edgesOf, edgesOfNodeA, edgesOfNodeB, getEdge, getEdges, getEdges, getNodes, hasEdge, remove, removeEdge, setEdge, setEdges
-
Methods inherited from interface xyz.cofe.collection.graph.SingleGraph
get, set
-
-