Interface SingleDirectedGraph<N,​E>

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