com.azalient.api.sim.routes
Interface IModeChanges


public interface IModeChanges

Contains parameters related to mode changes of an agent during a trip


Method Summary
 int driveToWalk()
          Returns the number of times an agent has switched between driving and walking.
 

Method Detail

driveToWalk

int driveToWalk()
Returns the number of times an agent has switched between driving and walking. This is used in some locations to prevent a person from considering the use of a car for the next stage, if it is known that they have already used a car for part of their trip.