Uses of Class
org.opentrafficsim.road.network.lane.conflict.Conflict
Packages that use Conflict
Package
Description
Categories define a set of perceivable information.
Contains classes describing intersection conflicts.
Lane-based objects such as barriers, gates, traffic lights, DRIPs, speed signs, obstacles on the road, etc.
-
Uses of Conflict in org.opentrafficsim.road.gtu.lane.perception.categories
Methods in org.opentrafficsim.road.gtu.lane.perception.categories that return types with arguments of type ConflictModifier and TypeMethodDescriptionDirectIntersectionPerception.getConflicts(RelativeLane lane) Returns a set of conflicts along the route.IntersectionPerception.getConflicts(RelativeLane lane) Returns a set of conflicts along the route. -
Uses of Conflict in org.opentrafficsim.road.network.lane.conflict
Methods in org.opentrafficsim.road.network.lane.conflict that return ConflictModifier and TypeMethodDescriptionfinal ConflictConflict.ConflictEnd.getConflict()Conflict.getOtherConflict()Methods in org.opentrafficsim.road.network.lane.conflict with parameters of type ConflictModifier and TypeMethodDescriptionBusStopConflictRule.determinePriority(Conflict conflict) Determines the priority for the given conflict.ConflictRule.determinePriority(Conflict conflict) Determines the priority for the given conflict.DefaultConflictRule.determinePriority(Conflict conflict) Determines the priority for the given conflict.final ConflictPrioritySplitConflictRule.determinePriority(Conflict conflict) Determines the priority for the given conflict.Constructors in org.opentrafficsim.road.network.lane.conflict with parameters of type ConflictModifierConstructorDescription(package private)ConflictEnd(Conflict conflict, Lane lane, org.djunits.value.vdouble.scalar.Length longitudinalPosition) Construct a new ConflictEnd object. -
Uses of Conflict in org.opentrafficsim.road.network.lane.object
Methods in org.opentrafficsim.road.network.lane.object that return types with arguments of type ConflictModifier and TypeMethodDescriptionBusStop.getConflicts()Returns the downstream conflicts of the bus stop.