Package traveltime
Class AbstractLaneGroupTimer
- java.lang.Object
-
- traveltime.AbstractLaneGroupTimer
-
- Direct Known Subclasses:
FluidLaneGroupTimer,VehicleLaneGroupTimer
public abstract class AbstractLaneGroupTimer extends Object
-
-
Field Summary
Fields Modifier and Type Field Description core.AbstractLaneGrouplgProfile1Dtravel_time
-
Constructor Summary
Constructors Constructor Description AbstractLaneGroupTimer(core.AbstractLaneGroup lg, float outDt)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract doubleget_mean_and_clear()
-
-
-
Field Detail
-
lg
public core.AbstractLaneGroup lg
-
travel_time
public Profile1D travel_time
-
-