Uses of Class
org.opentrafficsim.road.gtu.lane.tactical.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.StateSynchronizable. getSynchronizationState()Returns the synchronization state.static Synchronizable.StateSynchronizable.State. valueOf(java.lang.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.StateLMRS. 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.StateLmrsData. getSynchronizationState()Returns the synchronization state.