class FundamentalDiagram.Sample extends Object implements Serializable
Constructor and Description |
---|
Sample() |
Modifier and Type | Method and Description |
---|---|
void |
addData(org.djunits.value.vdouble.scalar.Speed speed)
Add one Car detection to this Sample.
|
double |
getValue(Axis axis)
Retrieve a value stored in this Sample.
|
String |
toString() |
public double getValue(Axis axis)
axis
- Axis; the axis along which the data is requestedpublic void addData(org.djunits.value.vdouble.scalar.Speed speed)
speed
- Speed; the detected speedCopyright © 2014–2016 Delft University of Technology. All rights reserved.