sumolib.net.node
index
/build/sumo-0pkf0q/sumo-0.26.0+dfsg1/tools/sumolib/net/node.py

@file    node.py
@author  Daniel Krajzewicz
@author  Laura Bieker
@author  Karol Stosiek
@author  Michael Behrisch
@author  Jakob Erdmann
@date    2011-11-28
@version $Id: node.py 20433 2016-04-13 08:00:14Z behrisch $
 
This file contains a Python-representation of a single node.
 
SUMO, Simulation of Urban MObility; see http://sumo.dlr.de/
Copyright (C) 2011-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.

 
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, conn)
getOutgoing(self)
getType(self)
setFoes(self, index, foes, prohibits)