sumolib.scenario.runsdb
index
/build/sumo-0pkf0q/sumo-0.26.0+dfsg1/tools/sumolib/scenario/runsdb.py

@file    runsdb.py
@author  Daniel Krajzewicz
@date    2014-07-21
@version $Id: runsdb.py 20433 2016-04-13 08:00:14Z behrisch $
 
SUMO, Simulation of Urban MObility; see http://sumo.dlr.de/
Copyright (C) 2012-2016 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.
@date    2014-09-01

 
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)