Interface PathfinderInitializer
public interface PathfinderInitializer
An interface for initializing
Pathfinder instances.-
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(Pathfinder pathfinder, PathfinderConfiguration configuration) Initializes the givenPathfinderwith the givenPathfinderConfiguration.
-
Method Details
-
initialize
Initializes the givenPathfinderwith the givenPathfinderConfiguration.- Parameters:
pathfinder- The pathfinder to initialize.configuration- The configuration for the pathfinder.
-