Class CategoricalLanePerception
java.lang.Object
org.opentrafficsim.core.gtu.perception.AbstractPerception<LaneBasedGtu>
org.opentrafficsim.road.gtu.lane.perception.AbstractLanePerception
org.opentrafficsim.road.gtu.lane.perception.CategoricalLanePerception
- All Implemented Interfaces:
Serializable
,Perception<LaneBasedGtu>
,LanePerception
Standard perception completely based on connected perception categories.
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
- See Also:
-
Field Summary
Fields inherited from class org.opentrafficsim.road.gtu.lane.perception.AbstractLanePerception
LOOKAHEAD, LOOKBACK, PERCEPTION
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.opentrafficsim.road.gtu.lane.perception.AbstractLanePerception
getLaneStructure, getMental, perceive
Methods inherited from class org.opentrafficsim.core.gtu.perception.AbstractPerception
addPerceptionCategory, contains, getGtu, getPerceptionCategory, getPerceptionCategoryOrNull, removePerceptionCategory
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.opentrafficsim.road.gtu.lane.perception.LanePerception
getGtu
Methods inherited from interface org.opentrafficsim.core.gtu.perception.Perception
addPerceptionCategory, contains, getPerceptionCategory, getPerceptionCategoryOrNull, removePerceptionCategory
-
Constructor Details
-
CategoricalLanePerception
- Parameters:
gtu
- LaneBasedGtu; GTU
-
CategoricalLanePerception
- Parameters:
gtu
- LaneBasedGtu; GTUmental
- Mental; Mental
-
-
Method Details
-
toString
- Overrides:
toString
in classAbstractPerception<LaneBasedGtu>
-