Class SimpleMDGraphSender<N,​E>

java.lang.Object
xyz.cofe.collection.graph.SimpleMDGraph<N,​E>
xyz.cofe.collection.graph.SimpleMDGraphSender<N,​E>
Type Parameters:
N - Тип вершины графа
E - Тип ребра
All Implemented Interfaces:
DirectedGraph, Graph<N,​E>, GraphSender<N,​E>, MultiGraph<N,​E>, MultipleDirectedGraph<N,​E>

public class SimpleMDGraphSender<N,​E>
extends SimpleMDGraph<N,​E>
implements GraphSender<N,​E>
Мультиграф с уведомлением о измениях
Author:
GoCha