class LmrsStrategies.VGainMeasurement extends Object implements org.opentrafficsim.road.network.lane.object.sensor.Detector.DetectorMeasurement<List<Double>,List<Double>>
 Copyright (c) 2013-2018 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
 
 BSD-style license. See OpenTrafficSim License.
 
| Constructor and Description | 
|---|
VGainMeasurement()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Double> | 
accumulateEntry(List<Double> cumulative,
               org.opentrafficsim.road.gtu.lane.LaneBasedGTU gtu,
               org.opentrafficsim.road.network.lane.object.sensor.Detector loopDetector) | 
List<Double> | 
accumulateExit(List<Double> cumulative,
              org.opentrafficsim.road.gtu.lane.LaneBasedGTU gtu,
              org.opentrafficsim.road.network.lane.object.sensor.Detector loopDetector) | 
List<Double> | 
aggregate(List<Double> cumulative,
         int count,
         org.djunits.value.vdouble.scalar.Duration aggregation) | 
String | 
getName() | 
List<Double> | 
identity() | 
boolean | 
isPeriodic() | 
String | 
stringValue(List<Double> aggregate,
           String format) | 
public List<Double> accumulateEntry(List<Double> cumulative, org.opentrafficsim.road.gtu.lane.LaneBasedGTU gtu, org.opentrafficsim.road.network.lane.object.sensor.Detector loopDetector)
public List<Double> accumulateExit(List<Double> cumulative, org.opentrafficsim.road.gtu.lane.LaneBasedGTU gtu, org.opentrafficsim.road.network.lane.object.sensor.Detector loopDetector)
public boolean isPeriodic()
public List<Double> aggregate(List<Double> cumulative, int count, org.djunits.value.vdouble.scalar.Duration aggregation)
public String getName()
Copyright © 2014–2018 Delft University of Technology. All rights reserved.