public abstract class AbstractLanePerception extends org.opentrafficsim.core.gtu.perception.AbstractPerception implements LanePerception
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
| Constructor and Description |
|---|
AbstractLanePerception(LaneBasedGTU gtu)
Create a new LanePerception module.
|
| Modifier and Type | Method and Description |
|---|---|
LaneBasedGTU |
getGtu() |
LaneStructure |
getLaneStructure() |
addPerceptionCategory, contains, getPerceptionCategory, perceive, removePerceptionCategory, toStringpublic AbstractLanePerception(LaneBasedGTU gtu)
gtu - GTUpublic final LaneBasedGTU getGtu()
getGtu in interface org.opentrafficsim.core.gtu.perception.PerceptiongetGtu in interface LanePerceptiongetGtu in class org.opentrafficsim.core.gtu.perception.AbstractPerceptionpublic final LaneStructure getLaneStructure() throws org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterException
getLaneStructure in interface LanePerceptionorg.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterException - if parameter is not definedCopyright © 2014–2016 Delft University of Technology. All rights reserved.