Click or drag to resize

IShortestPath Interface

[This is preliminary documentation and is subject to change.]

Interface to calculate the shortest between two nodes.

Namespace:  TrafficSimulation.Simulation.Engine.PathCalculation
Assembly:  TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
public interface IShortestPath

The IShortestPath type exposes the following members.

Methods
  NameDescription
Public methodGetRoute
Gets the shortest route.
Top
See Also