Uses of Class
org.opentrafficsim.road.network.sampling.GtuDataRoad
Package
Description
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
-
Uses of GtuDataRoad in org.opentrafficsim.road.network.sampling
Modifier and TypeMethodDescriptionRoadSampler.Factory.registerExtendedDataType
(ExtendedDataType<?, ?, ?, ? super GtuDataRoad> extendedDataType) Register extended data type.RoadSampler.Factory.registerFilterDataType
(FilterDataType<?, ? super GtuDataRoad> filterDataType) Register filter data type.ModifierConstructorDescriptionRoadSampler
(Set<ExtendedDataType<?, ?, ?, ? super GtuDataRoad>> extendedDataTypes, Set<FilterDataType<?, ? super GtuDataRoad>> filterDataTypes, RoadNetwork network) Constructor which uses the operational plan updates of GTU's as sampling interval.RoadSampler
(Set<ExtendedDataType<?, ?, ?, ? super GtuDataRoad>> extendedDataTypes, Set<FilterDataType<?, ? super GtuDataRoad>> filterDataTypes, RoadNetwork network, org.djunits.value.vdouble.scalar.Frequency frequency) Constructor which uses the given frequency to determine the sampling interval. -
Uses of GtuDataRoad in org.opentrafficsim.road.network.sampling.data
Modifier and TypeMethodDescriptionorg.djunits.value.vdouble.scalar.Length
FilterDataLength.getValue
(GtuDataRoad gtu) org.djunits.value.vdouble.scalar.Length
FilterDataWidth.getValue
(GtuDataRoad gtu) LeaderId.getValue
(GtuDataRoad gtu) org.djunits.value.vfloat.scalar.FloatDuration
ReactionTime.getValue
(GtuDataRoad gtu) final org.djunits.value.vfloat.scalar.FloatSpeed
SpeedLimit.getValue
(GtuDataRoad gtu) final org.djunits.value.vfloat.scalar.FloatDuration
TimeToCollision.getValue
(GtuDataRoad gtu) org.djunits.value.vfloat.scalar.FloatDirection
WorldDirData.getValue
(GtuDataRoad gtu) org.djunits.value.vfloat.scalar.FloatLength
WorldXData.getValue
(GtuDataRoad gtu) org.djunits.value.vfloat.scalar.FloatLength
WorldYData.getValue
(GtuDataRoad gtu)