Uses of Enum Class
org.opentrafficsim.road.gtu.lane.tactical.Synchronizable.State
Package
Description
Tactical planners for a lane-based GTU.
Classes that implement the LMRS lane change model integrated with a car-following model forming a tactical planner.
LMRS (Lane change Model with Relaxation and Synchronization) utilities for tactical planner.
-
Uses of Synchronizable.State in org.opentrafficsim.road.gtu.lane.tactical
Modifier and TypeMethodDescriptionSynchronizable.getSynchronizationState()
Returns the synchronization state.static Synchronizable.State
Returns the enum constant of this class with the specified name.static Synchronizable.State[]
Synchronizable.State.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Synchronizable.State in org.opentrafficsim.road.gtu.lane.tactical.lmrs
Modifier and TypeMethodDescriptionLmrs.getSynchronizationState()
Returns the synchronization state. -
Uses of Synchronizable.State in org.opentrafficsim.road.gtu.lane.tactical.util.lmrs
Modifier and TypeMethodDescriptionLmrsData.getSynchronizationState()
Returns the synchronization state.Modifier and TypeMethodDescription(package private) void
LmrsData.setSynchronizationState
(Synchronizable.State synchronizationState) Sets the synchronization state.