Package entity.actuator.invoker
Interface SwitchableInvoker
- All Known Implementing Classes:
WotInvoker
public interface SwitchableInvoker
Interface that models an actuator invoker that can be turned on and off.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
turnOff
(ActuatorID actuatorID) Turn the actuator off.void
turnOn
(ActuatorID actuatorID) Turn the actuator on.
-
Method Details
-
turnOn
Turn the actuator on.- Parameters:
actuatorID
- the id of the actuator.
-
turnOff
Turn the actuator off.- Parameters:
actuatorID
- the id of the actuator.
-