All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.kit.ifv.mobitopp.simulation.tour.TourModeChoiceParameterTimeCostByAgeSexBase Maven / Gradle / Ivy

Go to download

mobiTopp (http://mobitopp.ifv.kit.edu/) is an agent-based travel demand model developed at the Institute for transport studies at the Karlsruhe Institute of Technology (http://www.ifv.kit.edu/english/index.php). Publications about mobiTopp can be found on the project site (http://mobitopp.ifv.kit.edu/28.php).

The newest version!
package edu.kit.ifv.mobitopp.simulation.tour;

public abstract class TourModeChoiceParameterTimeCostByAgeSexBase
		extends TourModeChoiceParameterTimeCostByAgeHhtSexBase {

	public TourModeChoiceParameterTimeCostByAgeSexBase() {
		super();
		
		time_hhtype_couple 			= 0.0;
		time_hhtype_single 			= 0.0;
		time_hhtype_kids_0to7 	= 0.0;
		time_hhtype_kids_8to12 	= 0.0;
		time_hhtype_kids_13to18 = 0.0;
		time_hhtype_multiadult 	= 0.0;
		
		cost_hhtype_couple 			= 0.0;
		cost_hhtype_single 			= 0.0;
		cost_hhtype_kids_0to7 	= 0.0;
		cost_hhtype_kids_8to12 	= 0.0;
		cost_hhtype_kids_13to18 = 0.0;
		cost_hhtype_multiadult 	= 0.0;
			
		
		cardriver_hhtype_couple 			= 0.0;
		cardriver_hhtype_single 			= 0.0;
		cardriver_hhtype_kids_0to7 	= 0.0;
		cardriver_hhtype_kids_8to12 	= 0.0;
		cardriver_hhtype_kids_13to18 = 0.0;
		cardriver_hhtype_multiadult 	= 0.0;
		
		carpassenger_hhtype_couple 			= 0.0;
		carpassenger_hhtype_single 			= 0.0;
		carpassenger_hhtype_kids_0to7 	= 0.0;
		carpassenger_hhtype_kids_8to12 	= 0.0;
		carpassenger_hhtype_kids_13to18 = 0.0;
		carpassenger_hhtype_multiadult 	= 0.0;
		
		publictransport_hhtype_couple 			= 0.0;
		publictransport_hhtype_single 			= 0.0;
		publictransport_hhtype_kids_0to7 	= 0.0;
		publictransport_hhtype_kids_8to12 	= 0.0;
		publictransport_hhtype_kids_13to18 = 0.0;
		publictransport_hhtype_multiadult 	= 0.0;
		
		cycling_hhtype_couple 			= 0.0;
		cycling_hhtype_single 			= 0.0;
		cycling_hhtype_kids_0to7 	= 0.0;
		cycling_hhtype_kids_8to12 	= 0.0;
		cycling_hhtype_kids_13to18 = 0.0;
		cycling_hhtype_multiadult 	= 0.0;
		
		/*
		walking_hhtype_couple 			= 0.0;
		walking_hhtype_single 			= 0.0;
		walking_hhtype_kids_0to7 	= 0.0;
		walking_hhtype_kids_8to12 	= 0.0;
		walking_hhtype_kids_13to18 = 0.0;
		walking_hhtype_multiadult 	= 0.0;
		*/
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy