Package entity.actuator
Class Actuator
java.lang.Object
entity.actuator.Actuator
- Direct Known Subclasses:
DimmableActuator
,SwitchableActuator
Implementation of the actuator entity.
-
Constructor Summary
ConstructorDescriptionActuator
(ActuatorID actuatorID, ActuatorType actuatorType) Default constructor. -
Method Summary
-
Constructor Details
-
Actuator
Default constructor.- Parameters:
actuatorID
- the actuator id.actuatorType
- the actuator type.
-
-
Method Details