sumolib.net.connection
index
/build/buildd/sumo-0.17.1~dfsg/tools/sumolib/net/connection.py

@file    connection.py
@author  Daniel Krajzewicz
@author  Laura Bieker
@author  Karol Stosiek
@author  Michael Behrisch
@date    2011-11-28
@version $Id: connection.py 13811 2013-05-01 20:31:43Z behrisch $
 
This file contains a Python-representation of a single connection.
 
SUMO, Simulation of Urban MObility; see http://sumo.sourceforge.net/
Copyright (C) 2008-2013 DLR (http://www.dlr.de/) and contributors
All rights reserved

 
Classes
       
Connection

 
class Connection
    edge connection for a sumo network
 
  Methods defined here:
__init__(self, fromEdge, toEdge, fromLane, toLane, direction, tls, tllink)