| Package | Description |
|---|---|
| xyz.cofe.collection.graph |
Графы, однонаправленные, многонаправленные, Прослушивание измений графа
|
| Modifier and Type | Class and Description |
|---|---|
class |
MappedSDGraph<N,E>
Однонаправленный граф, с использованием словарей (java.util.Map)
|
class |
SimpleSDGraph<N,E>
Однонаправленный граф.
|
class |
SimpleSDGraphSender<N,E>
Однонаправленный граф с уведомлением о измениях
|
| Modifier and Type | Field and Description |
|---|---|
protected SingleDirectedGraph<N,E> |
PathFinder.graph
Граф в котором производится поиск
|
| Constructor and Description |
|---|
PathFinder(SingleDirectedGraph<N,E> graph,
N start,
Path.Direction direction,
Comparator<Path<N,E>> comparator)
Конструктор
|
PathFinder(SingleDirectedGraph<N,E> graph,
N start,
Path.Direction direction,
Convertor<Edge<N,E>,Double> getWeight)
Конструктор
|
Copyright © 2017. All rights reserved.