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-2023 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, perceiveMethods inherited from class org.opentrafficsim.core.gtu.perception.AbstractPerception
addPerceptionCategory, contains, getGtu, getPerceptionCategory, getPerceptionCategoryOrNull, removePerceptionCategoryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.opentrafficsim.road.gtu.lane.perception.LanePerception
getGtuMethods 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:
toStringin classAbstractPerception<LaneBasedGtu>
-