Ejemplo n.º 1
0
 /// <summary>
 /// Enqueues children of the segment for visiting.
 /// </summary>
 /// <param name="segment">Segment which children will be enqueued.</param>
 internal void Enqueue(PathSegment segment)
 {
     addChildren(segment.Node, segment, Graph);
 }