ansim::Vehicle Class Reference


Detailed Description

model for vehicles
Author:
Thimor Bohn <bohn@itm.uni-luebeck.de>

Definition at line 7 of file Vehicle.java.


Public Member Functions

 Vehicle (String id, float x, float y)

Data Fields

String id
float x
float y

Constructor & Destructor Documentation

ansim::Vehicle::Vehicle ( String  id,
float  x,
float  y 
) [inline]

constructor

Parameters:
id 
x 
y 

Definition at line 15 of file Vehicle.java.

00015                                                {
00016        this.id = id;
00017        this.x = x;
00018        this.y = y;
00019    }


Field Documentation

Definition at line 21 of file Vehicle.java.

Definition at line 22 of file Vehicle.java.

Definition at line 23 of file Vehicle.java.


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