Uses of Class
org.opentrafficsim.road.gtu.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.perception.object
Methods in org.opentrafficsim.road.gtu.perception.object that return PerceivedConflictFull.WidthModifier and TypeMethodDescriptionstatic PerceivedConflictFull.WidthPerceivedConflictFull.Width.linear(org.djunits.value.vdouble.scalar.Length startWidth, org.djunits.value.vdouble.scalar.Length endWidth) Returns a linear width progression.Constructors in org.opentrafficsim.road.gtu.perception.object with parameters of type PerceivedConflictFull.WidthModifierConstructorDescriptionPerceivedConflictFull(String id, org.djunits.value.vdouble.scalar.Length distance, org.djunits.value.vdouble.scalar.Length length, ConflictType conflictType, ConflictPriority conflictPriority, Class<? extends ConflictRule> conflictRuleType, org.djunits.value.vdouble.scalar.Length conflictingLength, PerceptionCollectable<PerceivedGtu, LaneBasedGtu> upstreamConflictingGTUs, PerceptionCollectable<PerceivedGtu, LaneBasedGtu> downstreamConflictingGTUs, org.djunits.value.vdouble.scalar.Length conflictingVisibility, SpeedLimit conflictingSpeedLimit, CrossSectionLink conflictingLink, PerceivedConflictFull.Width width, PerceivedObject stopLine, PerceivedObject conflictingStopLine, LateralDirectionality turn, Lane lane) Constructor.