Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PathFollower<T>

Interface for an object that can follow a path from a deque.

Type parameters

  • T

Hierarchy

  • PathFollower

Implemented by

Index

Methods

Methods

assignPath

  • assignPath(path: Deque<T>): void
  • Assigns a path to be followed by this object.

    Parameters

    • path: Deque<T>

      a double-ended queue of graph vertices.

    Returns void

Generated using TypeDoc