Uses of Enum Class
org.opentrafficsim.road.network.conflict.ConflictPriority
Packages that use ConflictPriority
Package
Description
Interfaces and classes describing perceived objects.
Contains classes describing intersection conflicts.
-
Uses of ConflictPriority in org.opentrafficsim.road.gtu.perception.object
Methods in org.opentrafficsim.road.gtu.perception.object that return ConflictPriorityModifier and TypeMethodDescriptionPerceivedConflict.getConflictPriority()Returns the conflict priority.PerceivedConflictFull.getConflictPriority()Constructors in org.opentrafficsim.road.gtu.perception.object with parameters of type ConflictPriorityModifierConstructorDescriptionPerceivedConflictFull(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. -
Uses of ConflictPriority in org.opentrafficsim.road.network.conflict
Methods in org.opentrafficsim.road.network.conflict that return ConflictPriorityModifier and TypeMethodDescriptionConflict.conflictPriority()Returns the conflict priority.BusStopConflictRule.determinePriority(Conflict conflict) ConflictRule.determinePriority(Conflict conflict) Determines the priority for the given conflict.DefaultConflictRule.determinePriority(Conflict conflict) final ConflictPrioritySplitConflictRule.determinePriority(Conflict conflict) static ConflictPriorityReturns the enum constant of this class with the specified name.static ConflictPriority[]ConflictPriority.values()Returns an array containing the constants of this enum class, in the order they are declared.