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 Type
    Method
    Description
    void
    turnOff(ActuatorID actuatorID)
    Turn the actuator off.
    void
    turnOn(ActuatorID actuatorID)
    Turn the actuator on.
  • Method Details

    • turnOn

      void turnOn(ActuatorID actuatorID)
      Turn the actuator on.
      Parameters:
      actuatorID - the id of the actuator.
    • turnOff

      void turnOff(ActuatorID actuatorID)
      Turn the actuator off.
      Parameters:
      actuatorID - the id of the actuator.