Interface PathGenerator<T extends StopCondition>

All Known Implementing Classes:
AStarPath, CombinedPath, PathGeneratorBase, PredefinedPath, QuickRandomPath, RandomPath, ShortestAllPaths, WeightedRandomPath

public interface PathGenerator<T extends StopCondition>
Author:
Nils Olsson
  • Method Details

    • getContext

      Context getContext()
    • setContext

      void setContext(Context context)
    • getStopCondition

      T getStopCondition()
    • setStopCondition

      void setStopCondition(T stopCondition)
    • getNextStep

      Context getNextStep()
    • hasNextStep

      boolean hasNextStep()
    • toString

      StringBuilder toString(StringBuilder builder)