Uses of Class
org.opentrafficsim.road.network.sampling.GtuData
-
Packages that use GtuData Package Description org.opentrafficsim.road.network.sampling Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.org.opentrafficsim.road.network.sampling.data Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. -
-
Uses of GtuData in org.opentrafficsim.road.network.sampling
Method parameters in org.opentrafficsim.road.network.sampling with type arguments of type GtuData Modifier and Type Method Description RoadSampler.FactoryRoadSampler.Factory. registerExtendedDataType(ExtendedDataType<?,?,?,GtuData> extendedDataType)Register extended data type.Constructor parameters in org.opentrafficsim.road.network.sampling with type arguments of type GtuData Constructor Description RoadSampler(Set<ExtendedDataType<?,?,?,GtuData>> extendedDataTypes, Set<FilterDataType<?>> filterDataTypes, OTSRoadNetwork network)Constructor which uses the operational plan updates of GTU's as sampling interval.RoadSampler(Set<ExtendedDataType<?,?,?,GtuData>> extendedDataTypes, Set<FilterDataType<?>> filterDataTypes, OTSRoadNetwork network, Frequency frequency)Constructor which uses the given frequency to determine the sampling interval. -
Uses of GtuData in org.opentrafficsim.road.network.sampling.data
Methods in org.opentrafficsim.road.network.sampling.data with parameters of type GtuData Modifier and Type Method Description StringLeaderId. getValue(GtuData gtu)FloatDurationReactionTime. getValue(GtuData gtu)FloatSpeedReferenceSpeed. getValue(GtuData gtu)FloatSpeedSpeedLimit. getValue(GtuData gtu)FloatDurationTimeToCollision. getValue(GtuData gtu)
-