Class AbstractActuator<C>

java.lang.Object
org.episteme.core.device.AbstractDevice
org.episteme.core.device.AbstractActuator<C>
Type Parameters:
C - the type of command accepted by the actuator
All Implemented Interfaces:
Serializable, AutoCloseable, Actuator<C>, Device, Commented, ComprehensiveIdentification, Identified<Identification>, Named
Direct Known Subclasses:
AbstractSimulatedActuator

public abstract class AbstractActuator<C> extends AbstractDevice implements Actuator<C>
Base implementation for actuator devices.
Since:
1.0
Author:
Silvere Martin-Michiellot
See Also:
  • Constructor Details

    • AbstractActuator

      protected AbstractActuator(Identification identification)