Package com.azalient.api.sim.routes

This package provides interfaces to routing objects using in simulation.

See:
          Description

Interface Summary
IGate A routing gateway is an intermediate destination for agents, used to reduce unrealistic local spreading on long trips.
ILaneChooser The lane chooser objects provides a method for selecting suitable lanes for a given trip and current location.
IModeChanges Contains parameters related to mode changes of an agent during a trip
IPersonRouter An interface to the person router, containing methods that are specific to person-routing
IRouter The router contains the logic for route choice decisions.
IStreamChooser The stream chooser objects provides a method for selecting a suitable exit stream for a given trip and current lane.
IVehicleRouter An interface to the vehicle router, containing methods that are specific to vehicle-routing
 

Package com.azalient.api.sim.routes Description

This package provides interfaces to routing objects using in simulation.