sumolib.scenario.scenarios.rilsa1_out_tls
index
/build/sumo-c71KiA/sumo-0.30.0+dfsg1/tools/sumolib/scenario/scenarios/rilsa1_out_tls.py

@file    rilsa1_out_tls.py
@author  Daniel Krajzewicz
@date    2014-09-01
@version $Id: rilsa1_out_tls.py 22608 2017-01-17 06:28:54Z behrisch $
 
SUMO, Simulation of Urban MObility; see http://sumo.dlr.de/
Copyright (C) 2012-2017 DLR (http://www.dlr.de/) and contributors
 
This file is part of SUMO.
SUMO is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.

 
Modules
       
sumolib.net.generator.demand
sumolib.net.generator.cross
os
shutil
subprocess
sumolib
tempfile

 
Classes
       
sumolib.scenario.scenarios.Scenario
Scenario_RiLSA1OutTLS

 
class Scenario_RiLSA1OutTLS(sumolib.scenario.scenarios.Scenario)
     Methods defined here:
__init__(self, params, withDefaultDemand=True)

Data and other attributes defined here:
NAME = 'RiLSA1OutTLS'
NET_FILE = 'rilsa1.net.xml'
THIS_DIR = '/build/sumo-c71KiA/sumo-0.30.0+dfsg1/tools/sumolib/scenario/scenarios/RiLSA1OutTLS'
TLS_FILE = 'tls.add.xml'

Methods inherited from sumolib.scenario.scenarios.Scenario:
addAdditional(self, name, add)
addAdditionalFile(self, name)
buildWAUT(self, streamsNS, streamsWE)
fullPath(self, fileName)
getNet(self)
getOppositeFlows(self)
getOppositeFlows2(self, ew, sn)
sandboxPath(self, fileName)
writeSUMOConfig(self, cfgName, addOptions={})

 
Data
        REBUILD = False
SANDBOX_PATH = '/build/sumo-c71KiA/sumo-0.30.0+dfsg1/tools/sumolib/scenario/scenarios/../sandbox'
absolute_import = _Feature((2, 5, 0, 'alpha', 1), (3, 0, 0, 'alpha', 0), 16384)
flowsRiLSA1 = [['nmp', [['ms2', 359, 9], ['me2', 59, 9], ['mw2', 64, 12]]], ['wmp', [['me2', 508, 10], ['mn2', 80, 14], ['ms2', 130, 2]]], ['emp', [['mw2', 571, 10], ['mn2', 57, 9], ['ms2', 47, 3]]], ['smp', [['mn2', 354, 2], ['me2', 49, 2], ['mw2', 92, 2]]]]
print_function = _Feature((2, 6, 0, 'alpha', 2), (3, 0, 0, 'alpha', 0), 65536)