CongestionCharging

public class CongestionCharging extends Intervention

Intervention that implements link-based congestion charge which depends on the vehicle type and time of day when trip is made.

Author:Milan Lovric

Constructors

CongestionCharging

public CongestionCharging(Properties props)

Constructor.

Parameters:
  • props – Properties object.

CongestionCharging

public CongestionCharging(String fileName)

Constructor.

Parameters:
  • fileName – Path to the input properties file.

Methods

install

public void install(Object o)

uninstall

public void uninstall(Object o)