sumolib.scenario.scenarios.basic_rilsanet
index
/home/delphi/gcc/sumo/tools/sumolib/scenario/scenarios/basic_rilsanet.py

# Eclipse SUMO, Simulation of Urban MObility; see https://eclipse.org/sumo
# Copyright (C) 2012-2018 German Aerospace Center (DLR) and others.
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v20.html
# SPDX-License-Identifier: EPL-2.0

 
Modules
       
sumolib.net.generator.demand
sumolib.net.generator.grid
os
shutil

 
Classes
       
sumolib.scenario.scenarios.Scenario
Scenario_BasicRiLSANet

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

Data and other attributes defined here:
NAME = 'BasicRiLSANet'
NET_FILE = 'network.net.xml'
THIS_DIR = '/home/delphi/gcc/sumo/tools/sumolib/scenario/scenarios/BasicRiLSANet'
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
        absolute_import = _Feature((2, 5, 0, 'alpha', 1), (3, 0, 0, 'alpha', 0), 16384)
flowsRiLSA1 = [['nmp', [['ms', 359, 9], ['me', 59, 9], ['mw', 64, 12]]], ['wmp', [['me', 508, 10], ['mn', 80, 14], ['ms', 130, 2]]], ['emp', [['mw', 571, 10], ['mn', 57, 9], ['ms', 47, 3]]], ['smp', [['mn', 354, 2], ['me', 49, 2], ['mw', 92, 2]]]]
print_function = _Feature((2, 6, 0, 'alpha', 2), (3, 0, 0, 'alpha', 0), 65536)