Class PathGeneratorBase<T extends StopCondition>

java.lang.Object
org.graphwalker.core.generator.PathGeneratorBase<T>
All Implemented Interfaces:
PathGenerator<T>
Direct Known Subclasses:
AStarPath, CombinedPath, PredefinedPath, QuickRandomPath, RandomPath, ShortestAllPaths, WeightedRandomPath

public abstract class PathGeneratorBase<T extends StopCondition> extends Object implements PathGenerator<T>
Author:
Nils Olsson