sumolib.scenario.runsdb
index
/home/delphi/gcc/sumo/tools/sumolib/scenario/runsdb.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
       
os
sqlite3

 
Classes
       
RunsDB

 
class RunsDB
     Methods defined here:
__init__(self)
addResult(self, runID, denominator, key, value)
addResults(self, results)
addRun(self, scenario, kvDesc)
addTimedResult(self, runID, denominator, aib, aie, key, value)
addTimedResults(self, results)
buildDB(self, dbName='results.db', deletePrior=True)
close(self)
fetchResults(self, runs=None, measure=None, denominator=None)
getDenominators(self)
getMatchingRunIDs(self, key, value)
getMeasures(self)
getNamedAttributeFromRun(self, rid, key)
getNamedRunAttribute(self, attr)
getRunID(self, kvMap)
getRunIDs(self)
getRunsData(self, runs=None)
open(self, dbName='results.db')
toList(self, what)

 
Data
        absolute_import = _Feature((2, 5, 0, 'alpha', 1), (3, 0, 0, 'alpha', 0), 16384)