sumolib.net.lane
index
/build/buildd/sumo-0.16.0~dfsg/tools/sumolib/net/lane.py

@file    lane.py
@author  Daniel Krajzewicz
@author  Laura Bieker
@author  Karol Stosiek
@author  Michael Behrisch
@date    2011-11-28
@version $Id: lane.py 13106 2012-12-02 13:44:57Z behrisch $
 
This file contains a Python-representation of a single lane.
 
SUMO, Simulation of Urban MObility; see http://sumo.sourceforge.net/
Copyright (C) 2008-2012 DLR (http://www.dlr.de/) and contributors
All rights reserved

 
Classes
       
Lane

 
class Lane
    Lanes from a sumo network
 
  Methods defined here:
__init__(self, edge, speed, length)
addOutgoing(self, conn)
getEdge(self)
getID(self)
getLength(self)
getShape(self)
getSpeed(self)
setShape(self, shape)