Exemplo n.º 1
0
 def __init__(self):
     AbstractTripMode.__init__(self, matrices = [
                                   'hbw_daily_biking_person_trip_table',
                                   'college_daily_biking_person_trip_table',
                                   'hbnw_daily_biking_person_trip_table',
                                   'nhb_daily_biking_person_trip_table'
                               ])
Exemplo n.º 2
0
 def __init__(self):
     AbstractTripMode.__init__(self, matrices = [
                                   'hbw_daily_walking_person_trip_table',
                                   'college_daily_walking_person_trip_table',
                                   'hbnw_daily_walking_person_trip_table',
                                   'nhb_daily_walking_person_trip_table'
                               ])
 def __init__(self):
     AbstractTripMode.__init__(
         self,
         matrices=[
             'hbw_daily_share_ride3_person_trip_table',
             'hbnw_daily_share_ride3_person_trip_table',
             'nhb_daily_share_ride3_person_trip_table'
         ])
 def __init__(self):
     AbstractTripMode.__init__(self, matrices = [
                                   'hbw_daily_drive_to_park_ride_person_trip_table',
                               ])
Exemplo n.º 5
0
 def __init__(self):
     AbstractTripMode.__init__(
         self,
         matrices=[
             'hbw_daily_drive_to_park_ride_person_trip_table',
         ])
 def __init__(self):
     AbstractTripMode.__init__(self, matrices = [
                                   'hbw_daily_share_ride3_person_trip_table',
                                   'hbnw_daily_share_ride3_person_trip_table',
                                   'nhb_daily_share_ride3_person_trip_table'
                               ])