Class AttentionData
java.lang.Object
org.opentrafficsim.kpi.sampling.DataType<T,G>
org.opentrafficsim.kpi.sampling.data.ExtendedDataType<Float,float[],float[],G>
org.opentrafficsim.kpi.sampling.data.ExtendedDataNumber<GtuDataRoad>
org.opentrafficsim.road.network.sampling.data.AttentionData
- All Implemented Interfaces:
Identifiable
Attention trajectory data, specific to channels that a predicate accepts. Static fields are available for attention
trajectory data on the default perception channels.
Copyright (c) 2026-2026 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Author:
- Wouter Schakel
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AttentionDataAttention on conflicts.static final AttentionDataAttention on front channel.static final AttentionDataAttention on in-vehicle channel.static final AttentionDataAttention on left channel.static final AttentionDataAttention on rear channel.static final AttentionDataAttention on right channel. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.opentrafficsim.kpi.sampling.data.ExtendedDataNumber
convert, getOutputValue, getStorageValue, initializeStorage, parseValue, setValueMethods inherited from class org.opentrafficsim.kpi.sampling.data.ExtendedDataType
interpolate, toString
-
Field Details
-
FRONT
Attention on front channel. -
REAR
Attention on rear channel. -
LEFT
Attention on left channel. -
RIGHT
Attention on right channel. -
IN_VEHICLE
Attention on in-vehicle channel. -
CONFLICTS
Attention on conflicts.
-
-
Constructor Details
-
AttentionData
Constructor.- Parameters:
id- idpredicate- channel predicate
-
-
Method Details
-
getValue
- Specified by:
getValuein classExtendedDataType<Float,float[], float[], GtuDataRoad>
-