sumolib.net.node
index
/build/buildd/sumo-0.18.0+repack+dfsg/tools/sumolib/net/node.py

@file    node.py
@author  Daniel Krajzewicz
@author  Laura Bieker
@author  Karol Stosiek
@author  Michael Behrisch
@date    2011-11-28
@version $Id: node.py 14425 2013-08-16 20:11:47Z behrisch $
 
This file contains a Python-representation of a single node.
 
SUMO, Simulation of Urban MObility; see http://sumo-sim.org/
Copyright (C) 2008-2013 DLR (http://www.dlr.de/) and contributors
All rights reserved

 
Classes
       
Node

 
class Node
    Nodes from a sumo network
 
  Methods defined here:
__init__(self, id, type, coord, incLanes)
addIncoming(self, edge)
addOutgoing(self, edge)
areFoes(self, link1, link2)
forbids(self, possProhibitor, possProhibited)
getCoord(self)
getID(self)
getIncoming(self)
getLinkIndex(self, link)
getOutgoing(self)
setFoes(self, index, foes, prohibits)