Pathetic 5.5.2 API
Packages
Package
Description
Creation SPI for pathfinder instances.
Core pathfinding contracts.
Distance metric abstraction.
Configuration of pathfinder instances.
Caller-supplied environment information for a single request.
Heuristic estimation for the A* search.
Observation hooks into a running search.
The processor pipeline that extends per-neighbor evaluation.
Read-only context objects handed to processors.
Result types of a pathfinding operation.
The SPI that adapts the pathfinder to a concrete world.
Small shared utilities with no pathfinding semantics of their own.
Immutable value types used throughout the API.
Root package of the bundled pathfinding engine.
The engine's
PathfinderFactory implementation.The A* implementation.
Min-heap contracts for the open set.
Array-backed primitive min-heap implementations.
Engine-side implementations of the processor context interfaces.
Engine-side implementations of the result API.
Engine-internal utilities.