Uses of Class
org.opentrafficsim.road.gtu.lane.tactical.Controllable.State
-
Packages that use Controllable.State Package Description org.opentrafficsim.road.gtu.lane.tactical Tactical planners for a lane-based GTU. -
-
Uses of Controllable.State in org.opentrafficsim.road.gtu.lane.tactical
Methods in org.opentrafficsim.road.gtu.lane.tactical that return Controllable.State Modifier and Type Method Description Controllable.State
Controllable. getControlState()
Returns the control state.static Controllable.State
Controllable.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Controllable.State[]
Controllable.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-