VertexTraverse Method |
Name | Description | |
---|---|---|
Traverse(Direction, ISetEdgeType) |
Selects all neighbor Vertices from or to this vertex and for the given edge types.
| |
Traverse(EdgeType, Direction) |
Selects all neighbor Vertices from or to this vertex and for the given edge type.
| |
Traverse(Int32, Boolean, Direction, Vertex, ISetEdgeType, ISetVertexType, ISetVertexType, ISetVertex, ISetVertex, ISetEdge, ISetEdge, ISetPropertyType, ISetPropertyType, ISetPropertyType, ISetPropertyType, FuncVertex, Boolean, FuncEdge, Boolean, FuncListEdge, Boolean) |
Traverses graph from this Vertex to a target Vertex using Breadth-first search like in Dijkstra's algorithm
|