/// <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); }