Uses of Class
org.opentrafficsim.road.gtu.lane.perception.headway.HeadwayStopLine
-
Packages that use HeadwayStopLine Package Description org.opentrafficsim.road.gtu.lane.perception.headway Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. -
-
Uses of HeadwayStopLine in org.opentrafficsim.road.gtu.lane.perception.headway
Methods in org.opentrafficsim.road.gtu.lane.perception.headway that return HeadwayStopLine Modifier and Type Method Description HeadwayStopLine
HeadwayConflict. getConflictingStopLine()
Returns the stop line on the conflicting lane.HeadwayStopLine
HeadwayConflict. getStopLine()
Returns the stop line.Constructors in org.opentrafficsim.road.gtu.lane.perception.headway with parameters of type HeadwayStopLine Constructor Description HeadwayConflict(ConflictType conflictType, ConflictPriority conflictPriority, Class<? extends ConflictRule> conflictRuleType, String id, Length distance, Length length, Length conflictingLength, PerceptionCollectable<HeadwayGTU,LaneBasedGTU> upstreamConflictingGTUs, PerceptionCollectable<HeadwayGTU,LaneBasedGTU> downstreamConflictingGTUs, Length conflictingVisibility, Speed conflictingSpeedLimit, CrossSectionLink conflictingLink, HeadwayConflict.Width width, HeadwayStopLine stopLine, HeadwayStopLine conflictingStopLine, Lane lane)
Constructor.
-