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.Factory
RoadSampler.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 String
LeaderId. getValue(GtuData gtu)
FloatDuration
ReactionTime. getValue(GtuData gtu)
FloatSpeed
ReferenceSpeed. getValue(GtuData gtu)
FloatSpeed
SpeedLimit. getValue(GtuData gtu)
FloatDuration
TimeToCollision. getValue(GtuData gtu)
-