public class LanePerceptionFull extends AbstractLanePerception implements org.opentrafficsim.core.gtu.perception.Perception
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 |
---|
LanePerceptionFull(LaneBasedGTU gtu)
Create a new LanePerceptionFull module.
|
Modifier and Type | Method and Description |
---|---|
void |
perceive() |
String |
toString() |
accessibleAdjacentLaneMap, bestAccessibleAdjacentLane, existsGtuAlongside, existsGtuAlongsideTimeStamped, getAccessibleAdjacentLanesLeft, getAccessibleAdjacentLanesRight, getBackwardHeadway, getCurrentCrossSection, getFirstFollowers, getFirstLeaders, getFollowers, getForwardHeadway, getGtu, getInfrastructureLaneChangeInfo, getIntersectionConflicts, getLanePathInfo, getLeaders, getLegalLaneChangePossibility, getNeighboringHeadways, getNeighboringHeadwaysLeft, getNeighboringHeadwaysRight, getParallelHeadways, getParallelHeadwaysLeft, getParallelHeadwaysRight, getPhysicalLaneChangePossibility, getSpeedLimit, getSpeedLimitProspect, getSplitNumber, getTimeStampedAccessibleAdjacentLanesLeft, getTimeStampedAccessibleAdjacentLanesRight, getTimeStampedBackwardHeadway, getTimeStampedCurrentCrossSection, getTimeStampedFirstFollowers, getTimeStampedFirstLeaders, getTimeStampedFollowers, getTimeStampedForwardHeadway, getTimeStampedInfrastructureLaneChangeInfo, getTimeStampedIntersectionConflicts, getTimeStampedLeaders, getTimeStampedLegalLaneChangePossibility, getTimeStampedNeighboringHeadwaysLeft, getTimeStampedNeighboringHeadwaysRight, getTimeStampedParallelHeadwaysLeft, getTimeStampedParallelHeadwaysRight, getTimeStampedPhysicalLaneChangePossibility, getTimeStampedSpeedLimit, getTimeStampedSpeedLimitProspect, getTimeStampedSplitNumber, getTimeStampedTrafficLights, getTrafficLights, updateAccessibleAdjacentLanesLeft, updateAccessibleAdjacentLanesRight, updateBackwardHeadway, updateCurrentCrossSection, updateFirstFollowers, updateFirstLeaders, updateFollowers, updateForwardHeadway, updateGtuAlongside, updateInfrastructureLaneChangeInfo, updateIntersectionConflicts, updateLanePathInfo, updateLaneTrafficLeft, updateLaneTrafficRight, updateLeaders, updateLegalLaneChangePossibility, updateParallelHeadwaysLeft, updateParallelHeadwaysRight, updatePhysicalLaneChangePossibility, updateSpeedLimit, updateSpeedLimitProspect, updateSplitNumber, updateTrafficLights
addPerceptionCategory, contains, getPerceptionCategory, removePerceptionCategory
public LanePerceptionFull(LaneBasedGTU gtu)
gtu
- GTUpublic final void perceive() throws org.opentrafficsim.core.gtu.GTUException, org.opentrafficsim.core.network.NetworkException, org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterException
perceive
in interface org.opentrafficsim.core.gtu.perception.Perception
perceive
in class org.opentrafficsim.core.gtu.perception.AbstractPerception
org.opentrafficsim.core.gtu.GTUException
org.opentrafficsim.core.network.NetworkException
org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterException
public final String toString()
toString
in class org.opentrafficsim.core.gtu.perception.AbstractPerception
Copyright © 2014–2016 Delft University of Technology. All rights reserved.