public interface MultiGraph<N,E> extends Graph<N,E>
| Modifier and Type | Method and Description |
|---|---|
Iterable<E> |
get(N a,
N b)
Возвращает ребра между вершинами
|
void |
set(N a,
N b,
Iterable<E> e)
Устанавливает/Сбрасывает ребра между вершинами
|
add, clearAll, clearEdges, contains, edgesOf, edgesOfNodeA, edgesOfNodeB, getEdge, getEdges, getEdges, getNodes, hasEdge, remove, removeEdge, setEdge, setEdgesCopyright © 2017. All rights reserved.