de::psi::telco::sumoplayer::SUMONetwork Class Reference


Detailed Description

This file represents a SUMO network and is read by SUMOSAXNetworkfileHandler

Author:
will

Definition at line 16 of file SUMONetwork.java.


Public Member Functions

void addJunction (String id, double x, double y)
Point getJunction (String id)

Data Fields

Map< String, SUMOLanelanes = new HashMap<String,SUMOLane>()
Vector offset = new PointImpl(0,0)
String projString = null

Private Attributes

Map< String, Pointjunctions = new HashMap<String,Point>()

Member Function Documentation

void de::psi::telco::sumoplayer::SUMONetwork::addJunction ( String  id,
double  x,
double  y 
) [inline]

Definition at line 23 of file SUMONetwork.java.

References junctions.

00023                                                           {
00024         junctions.put(id, new PointImpl(x,y));
00025     }

Point de::psi::telco::sumoplayer::SUMONetwork::getJunction ( String  id  )  [inline]

Definition at line 27 of file SUMONetwork.java.

References junctions.

00027                                        {
00028         return this.junctions.get(id);
00029     }


Field Documentation

Map<String,Point> de::psi::telco::sumoplayer::SUMONetwork::junctions = new HashMap<String,Point>() [private]

Definition at line 21 of file SUMONetwork.java.

Referenced by addJunction(), and getJunction().


The documentation for this class was generated from the following file:

Generated on Wed May 5 00:07:01 2010 for Sumo - Simulation of Urban MObility by  doxygen 1.5.6