Class PlanCalcScoreConfigGroup

  • All Implemented Interfaces:
    MatsimExtensionPoint

    public final class PlanCalcScoreConfigGroup
    extends ConfigGroup
    Design decisions:
    • I have decided to modify those setters/getters that do not use SI units such that the units are attached. This means all the utility parameters which are "per hour" instead of "per second". kai, dec'10
    • Note that a similar thing is not necessary for money units since money units do not need to be specified (they are always implicit). kai, dec'10
    • The parameter names in the config file are not changed in this way since this would mean a public api change. kai, dec'10
    Author:
    nagel