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