Package com.anylogic.engine.markup
- All Known Implementing Classes:
RoadLanesConnector
,StopLine
public interface ISignalable
Road element which may have traffic light signal. Either stop line or lane connector
- Author:
- AnyLogic North America, LLC https://anylogic.com
Modifier and Type | Method | Description |
---|---|---|
TrafficLightSignal | getSignal() | |
void | registerListener |
This method is internal and shouldn't be called by user.
it may be removed/renamed in future. |
void | setSignal |
void setSignal(TrafficLightSignal signal)
TrafficLightSignal getSignal()
@AnyLogicInternalAPI void registerListener(SignalChangeListener listener)
This method is internal and shouldn't be called by user.
it may be removed/renamed in future.
it may be removed/renamed in future.