Class LinearActuator
- java.lang.Object
-
- io.patriot_framework.generator.device.AbstractDevice
-
- io.patriot_framework.generator.device.passive.actuators.AbstractActuator
-
- io.patriot_framework.generator.device.impl.basicActuators.LinearActuator
-
public class LinearActuator extends AbstractActuator
Implementation of Actuator which simulates linear movement like hydraulic press.
-
-
Constructor Summary
Constructors Constructor Description LinearActuator(String label, double duration)
-
Method Summary
-
Methods inherited from class io.patriot_framework.generator.device.passive.actuators.AbstractActuator
controlSignal, getStateMachine, requestData, setStateMachine
-
Methods inherited from class io.patriot_framework.generator.device.AbstractDevice
getCoapController, getDataObservable, getLabel, getNetworkAdapter, getUUID, setCoapController, setDataObservable, setLabel, setNetworkAdapter, setUUID, startCoapController, stopCoapController
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.patriot_framework.generator.device.Device
getCoapController, getDataObservable, getNetworkAdapter, setCoapController, setDataObservable, setNetworkAdapter, startCoapController, stopCoapController
-
-
-
-
Constructor Detail
-
LinearActuator
public LinearActuator(String label, double duration)
-
-