sumolib.net.edge
index
/home/gladk/tmp/05/sumo-0.17.1~dfsg/tools/sumolib/net/edge.py

@file    edge.py
@author  Daniel Krajzewicz
@author  Laura Bieker
@author  Karol Stosiek
@author  Michael Behrisch
@date    2011-11-28
@version $Id: edge.py 13811 2013-05-01 20:31:43Z behrisch $
 
This file contains a Python-representation of a single edge.
 
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
       
Edge

 
class Edge
    Edges from a sumo network
 
  Methods defined here:
__init__(self, id, fromN, toN, prio, function, name)
addLane(self, lane)
addOutgoing(self, conn)
getFromNode(self)
getID(self)
getIncoming(self)
getLane(self, idx)
getLaneNumber(self)
getLength(self)
getName(self)
getOutgoing(self)
getShape(self)
getSpeed(self)
getTLS(self)
getToNode(self)
is_fringe(self)
rebuildShape(self)
setShape(self, shape)
setTLS(self, tls)