public interface LanePerception extends org.opentrafficsim.core.gtu.perception.Perception<LaneBasedGTU>
Copyright (c) 2013-2018 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
Modifier and Type | Method and Description |
---|---|
LaneBasedGTU |
getGtu() |
LaneStructure |
getLaneStructure() |
Mental |
getMental()
Returns the mental module of perception.
|
LaneBasedGTU getGtu() throws org.opentrafficsim.core.gtu.GTUException
getGtu
in interface org.opentrafficsim.core.gtu.perception.Perception<LaneBasedGTU>
org.opentrafficsim.core.gtu.GTUException
LaneStructure getLaneStructure() throws org.opentrafficsim.base.parameters.ParameterException
org.opentrafficsim.base.parameters.ParameterException
- if parameter is not definedMental getMental()
null
if not usedCopyright © 2014–2018 Delft University of Technology. All rights reserved.