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