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
TrafficLightSignal |
getSignal() |
|
void |
registerListener(SignalChangeListener listener) |
This method is internal and shouldn't be called by user.
it may be removed/renamed in future. |
void |
setSignal(TrafficLightSignal signal) |
|
Modifier and Type | Method | Description |
---|
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.
-
How can we improve this article?
-