Uses of Class
xyz.cofe.collection.graph.Path.Direction
| Package | Description |
|---|---|
| xyz.cofe.collection.graph |
Коллекции - Графы и алгоритмы работы с ними
|
-
Uses of Path.Direction in xyz.cofe.collection.graph
Fields in xyz.cofe.collection.graph declared as Path.Direction Modifier and Type Field Description protected Path.DirectionAbstractPath. directionОписывает направление движенияprotected Path.DirectionPathFinder. directionНаправление движенияMethods in xyz.cofe.collection.graph that return Path.Direction Modifier and Type Method Description static Path.DirectionPath.Direction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Path.Direction[]Path.Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in xyz.cofe.collection.graph with parameters of type Path.Direction Modifier and Type Method Description static <N, E> NGraphTools. firstNode(Edge<N,E> edge, Path.Direction d)static <N, E> intGraphTools. getMaxPathLength(Graph<N,E> g, N start, Path.Direction direct)Получение максимального длинный пути в графе (макс кол-во ребр в пути).static <N, E> NodesExtracter<N,N>GraphTools. nodeExtracter(Graph<N,E> g, Path.Direction direct)Создает извелечение смеженных узлов из узлаstatic <N, E> NGraphTools. secondNode(Edge<N,E> edge, Path.Direction d)Constructors in xyz.cofe.collection.graph with parameters of type Path.Direction 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)Конструктор