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