Package org.graphwalker.core.generator
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 Summary
Modifier and TypeMethodDescriptionbooleanvoidsetContext(Context context) voidsetStopCondition(T stopCondition) toString(StringBuilder builder)