Uses of Class
org.opentrafficsim.road.gtu.lane.tactical.Synchronizable.State
-
Packages that use Synchronizable.State Package Description org.opentrafficsim.road.gtu.lane.tactical Tactical planners for a lane-based GTU.org.opentrafficsim.road.gtu.lane.tactical.lmrs Classes that implement the LMRS lane change model integrated with a car-following model forming a tactical planner.org.opentrafficsim.road.gtu.lane.tactical.util.lmrs 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.State Modifier and Type Method Description Synchronizable.State
Synchronizable. getSynchronizationState()
Returns the synchronization state.static Synchronizable.State
Synchronizable.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Synchronizable.State[]
Synchronizable.State. values()
Returns an array containing the constants of this enum type, 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 Modifier and Type Method Description Synchronizable.State
LMRS. getSynchronizationState()
Returns the synchronization 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.State Modifier and Type Method Description Synchronizable.State
LmrsData. getSynchronizationState()
Returns the synchronization state.
-