Usages of TraversalDirection
Properties
traversalDirection | in Bfs | Gets or sets a value indicating whether to follow only incoming, only outgoing, BOTH only incoming and only outgoing, or any edges independent of their direction. | |
traversalDirection | in Neighborhood | Gets or sets a value indicating whether to follow only incoming, only outgoing, BOTH only incoming and only outgoing, or any edges independent of their direction. |
Method Return Values
from (TraversalDirection) | in TraversalDirection | Converts the given argument to an enum constant of this enum type. |
Method Parameters
Bfs () | in Bfs | ||
bfs (LayoutGraph, IEnumerable<LayoutNode>, IMapper<LayoutNode,number>?, TraversalDirection?, number?) | in LayoutGraphAlgorithms | Executes a breadth-first search (BFS) on a directed or undirected graph, returning the nodes organized into layers. | |
Neighborhood () | in Neighborhood | ||
from (TraversalDirection) | in TraversalDirection | Converts the given argument to an enum constant of this enum type. | |
getName (TraversalDirection) | in TraversalDirection | Returns the name of the given enum constant. |