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.AbstractLaneGroup
lg
Profile1D
travel_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 double
get_mean_and_clear()
-
-
-
Field Detail
-
lg
public core.AbstractLaneGroup lg
-
travel_time
public Profile1D travel_time
-
-