AnyLogic
Expand
Font size
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

Method Summary

All Methods Instance Methods Abstract Methods 
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

Method Detail

setSignal

void setSignal​(TrafficLightSignal signal)

getSignal

TrafficLightSignal getSignal()

registerListener

@AnyLogicInternalAPI
void registerListener​(SignalChangeListener listener)
This method is internal and shouldn't be called by user.
it may be removed/renamed in future.
How can we improve this article?