Interface TrafficLightGetTimeOfNextSwitch
-
- All Known Implementing Classes:
TrafficLightGetTimeOfNextSwitch
,TrafficLightGetTimeOfNextSwitch
public interface TrafficLightGetTimeOfNextSwitch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
execute(Bridge bridge, String tlId)
-
-
-
Method Detail
-
execute
double execute(Bridge bridge, String tlId) throws CommandException, InternalFederateException
-
-