-
- All Superinterfaces:
Graph<N,E>
- All Known Subinterfaces:
SingleDirectedGraph<N,E>,SingleUndirectedGraph<N,E>
- All Known Implementing Classes:
MappedSDGraph,SimpleSDGraph,SimpleSDGraphSender
public interface SingleGraph<N,E> extends Graph<N,E>
Интрефес однонаправленного графа- Author:
- GoCha
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Eget(N a, N b)Возвращает ребро между вершинамиvoidset(N a, N b, E e)Устанавливает/Сбрасывает ребро между вершинами-
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
-
-