- Type Parameters:
N- Тип вершиныE- Тип дуги/ребра
- All Superinterfaces:
DirectedGraph,Graph<N,E>,MultiGraph<N,E>
- All Known Implementing Classes:
SimpleMDGraph,SimpleMDGraphSender
public interface MultipleDirectedGraph<N,E> extends MultiGraph<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