Interface Controllable
-
public interface Controllable
Interface for tactical planners to return the control state for visualization.Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.- Version:
- $Revision$, $LastChangedDate$, by $Author$, initial version May 1, 2019
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Controllable.State
Control state.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Controllable.State
getControlState()
Returns the control state.
-
-
-
Method Detail
-
getControlState
Controllable.State getControlState()
Returns the control state.- Returns:
- State; control state
-
-