Uses of Interface
xyz.cofe.collection.graph.SingleDirectedGraph
| Package | Description |
|---|---|
| xyz.cofe.collection.graph |
Коллекции - Графы и алгоритмы работы с ними
|
-
Uses of SingleDirectedGraph in xyz.cofe.collection.graph
Classes in xyz.cofe.collection.graph that implement SingleDirectedGraph Modifier and Type Class Description classMappedSDGraph<N,E>Однонаправленный граф, с использованием словарей (java.util.Map)classSimpleSDGraph<N,E>Однонаправленный граф.classSimpleSDGraphSender<N,E>Однонаправленный граф с уведомлением о изменияхFields in xyz.cofe.collection.graph declared as SingleDirectedGraph Modifier and Type Field Description protected SingleDirectedGraph<N,E>PathFinder. graphГраф в котором производится поискConstructors in xyz.cofe.collection.graph with parameters of type SingleDirectedGraph Constructor Description PathFinder(SingleDirectedGraph<N,E> graph, N start, Path.Direction direction, java.util.Comparator<Path<N,E>> comparator)КонструкторPathFinder(SingleDirectedGraph<N,E> graph, N start, Path.Direction direction, java.util.function.Function<Edge<N,E>,java.lang.Double> getWeight)Конструктор