public class CategoricalLanePerception extends AbstractLanePerception
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
LOOKAHEAD, LOOKBACK, PERCEPTION
Constructor and Description |
---|
CategoricalLanePerception(LaneBasedGTU gtu) |
CategoricalLanePerception(LaneBasedGTU gtu,
Mental mental) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
getLaneStructure, getMental, perceive
addPerceptionCategory, contains, getGtu, getPerceptionCategory, getPerceptionCategoryOrNull, removePerceptionCategory
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getGtu
addPerceptionCategory, contains, getPerceptionCategory, getPerceptionCategoryOrNull, removePerceptionCategory
public CategoricalLanePerception(LaneBasedGTU gtu)
gtu
- LaneBasedGTU; GTUpublic CategoricalLanePerception(LaneBasedGTU gtu, Mental mental)
gtu
- LaneBasedGTU; GTUmental
- Mental; Mentalpublic final String toString()
toString
in class AbstractPerception<LaneBasedGTU>
Copyright © 2014–2019 Delft University of Technology. All rights reserved.