Uses of Class
org.opentrafficsim.road.gtu.lane.perception.object.PerceivedConflictFull.Width
Packages that use PerceivedConflictFull.Width
Package
Description
Interfaces and classes describing perceived objects.
-
Uses of PerceivedConflictFull.Width in org.opentrafficsim.road.gtu.lane.perception.object
Methods in org.opentrafficsim.road.gtu.lane.perception.object that return PerceivedConflictFull.WidthModifier and TypeMethodDescriptionstatic PerceivedConflictFull.WidthReturns a linear width progression.Constructors in org.opentrafficsim.road.gtu.lane.perception.object with parameters of type PerceivedConflictFull.WidthModifierConstructorDescriptionPerceivedConflictFull(String id, Length distance, Length length, ConflictType conflictType, ConflictPriority conflictPriority, Class<? extends ConflictRule> conflictRuleType, Length conflictingLength, PerceptionCollectable<PerceivedGtu, LaneBasedGtu> upstreamConflictingGTUs, PerceptionCollectable<PerceivedGtu, LaneBasedGtu> downstreamConflictingGTUs, Length conflictingVisibility, Speed conflictingSpeedLimit, CrossSectionLink conflictingLink, PerceivedConflictFull.Width width, PerceivedObject stopLine, PerceivedObject conflictingStopLine, Lane lane) Constructor.