PathFinder

interface PathFinder<NodeId, NodeData, EdgeId, EdgeData>

Functions

Link copied to clipboard
abstract fun findPath(    navigableGraph: DirectedGraph<NodeId, NodeData, EdgeId, EdgeData>,     targetNodeId: NodeId,     startNodeId: NodeId): List<BlockId>

Inheritors

Link copied to clipboard