Uses of Enum Class
org.opentrafficsim.road.gtu.lane.tactical.Synchronizable.State
Packages that use 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
Methods in org.opentrafficsim.road.gtu.lane.tactical that return Synchronizable.StateModifier 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
Methods in org.opentrafficsim.road.gtu.lane.tactical.lmrs that return Synchronizable.State -
Uses of Synchronizable.State in org.opentrafficsim.road.gtu.lane.tactical.util.lmrs
Methods in org.opentrafficsim.road.gtu.lane.tactical.util.lmrs that return Synchronizable.StateMethods in org.opentrafficsim.road.gtu.lane.tactical.util.lmrs with parameters of type Synchronizable.StateModifier and TypeMethodDescription(package private) void
LmrsData.setSynchronizationState
(Synchronizable.State synchronizationState) Sets the synchronization state.