Interface MultipleDirectedGraph<N,​E>

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