Click or drag to resize

VertexTraverse Method

Overload List
  NameDescription
Public methodTraverse(Direction, ISetEdgeType)
Selects all neighbor Vertices from or to this vertex and for the given edge types.
Public methodTraverse(EdgeType, Direction)
Selects all neighbor Vertices from or to this vertex and for the given edge type.
Public methodTraverse(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
Top
See Also