- All Superinterfaces:
Graph<N,E>
- All Known Subinterfaces:
SingleDirectedGraph<N,E>,SingleUndirectedGraph<N,E>
- All Known Implementing Classes:
MappedSDGraph,SimpleSDGraph,SimpleSDGraphSender
public interface SingleGraph<N,E> extends Graph<N,E>
Интрефес однонаправленного графа
- 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