ansim::Edge Class Reference


Detailed Description

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

Definition at line 7 of file ansim/Edge.java.


Public Member Functions

 Edge (String id, float length, float speed, String name, float xfrom, float yfrom, float xto, float yto)

Data Fields

String id
float length
String name
float speed
float xfrom
float xto
float yfrom
float yto

Constructor & Destructor Documentation

ansim::Edge::Edge ( String  id,
float  length,
float  speed,
String  name,
float  xfrom,
float  yfrom,
float  xto,
float  yto 
) [inline]

constructor

Parameters:
id 
length 
speed 
name 
xfrom 
yfrom 
xto 
yto 

Definition at line 20 of file ansim/Edge.java.

00020                                                                                                                   {
00021        this.id = id;
00022        this.length = length;
00023        this.speed = speed;
00024        this.name = name;
00025        this.xfrom = xfrom;
00026        this.yfrom = yfrom;
00027        this.xto = xto;
00028        this.yto = yto;
00029    }


Field Documentation

Definition at line 31 of file ansim/Edge.java.

Definition at line 34 of file ansim/Edge.java.

Definition at line 33 of file ansim/Edge.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