Uses of Class
org.opentrafficsim.road.network.lane.conflict.Conflict
- 
Packages that use Conflict Package Description org.opentrafficsim.road.gtu.lane.perception.categories Categories define a set of perceivable information.org.opentrafficsim.road.network.lane.conflict Contains classes describing intersection conflicts.org.opentrafficsim.road.network.lane.object 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.categoriesMethods in org.opentrafficsim.road.gtu.lane.perception.categories that return types with arguments of type Conflict Modifier and Type Method Description PerceptionCollectable<HeadwayConflict,Conflict>DirectIntersectionPerception. getConflicts(RelativeLane lane)Returns a set of conflicts along the route.PerceptionCollectable<HeadwayConflict,Conflict>IntersectionPerception. getConflicts(RelativeLane lane)Returns a set of conflicts along the route.
- 
Uses of Conflict in org.opentrafficsim.road.network.lane.conflictMethods in org.opentrafficsim.road.network.lane.conflict that return Conflict Modifier and Type Method Description ConflictConflict. clone(CrossSectionElement newCSE, SimulatorInterface.TimeDoubleUnit newSimulator)Clone the LaneBasedObject for e.g., copying a network.ConflictConflict.ConflictEnd. getConflict()ConflictConflict. getOtherConflict()Methods in org.opentrafficsim.road.network.lane.conflict with parameters of type Conflict Modifier and Type Method Description ConflictPriorityBusStopConflictRule. determinePriority(Conflict conflict)Determines the priority for the given conflict.ConflictPriorityConflictRule. determinePriority(Conflict conflict)Determines the priority for the given conflict.ConflictPriorityDefaultConflictRule. determinePriority(Conflict conflict)Determines the priority for the given conflict.ConflictPrioritySplitConflictRule. determinePriority(Conflict conflict)Determines the priority for the given conflict.
- 
Uses of Conflict in org.opentrafficsim.road.network.lane.objectMethods in org.opentrafficsim.road.network.lane.object that return types with arguments of type Conflict Modifier and Type Method Description Set<Conflict>BusStop. getConflicts()Returns the downstream conflicts of the bus stop.
 
-