class FundamentalDiagramLane.Sample extends Object
Copyright (c) 2013-2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
$LastChangedDate: 2015-07-15 11:18:39 +0200 (Wed, 15 Jul 2015) $, @version $Revision: 1401 $, by $Author: averbraeck $, initial versionJul 31, 2014Constructor and Description |
---|
Sample(double meanSpeed,
double density,
double flow) |
Modifier and Type | Method and Description |
---|---|
double |
getValue(Axis axis)
Retrieve a value stored in this Sample.
|
public Sample(double meanSpeed, double density, double flow)
meanSpeed
- mean speed observed during this sample [m/s]density
- density [veh/m]flow
- [veh/s]public double getValue(Axis axis)
axis
- Axis; the axis along which the data is requestedCopyright © 2014–2015 Delft University of Technology. All rights reserved.