public interface Actuator<M extends Movement>
A thing to handle a Movement.
abstract Boolean
move(M movement)
true
abstract Number
getCurrent()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Boolean move(M movement)
Perform the Movement and return true if the movement was successful/completed.
abstract Number getCurrent()
Return the currently set value (e.g. where the actuator "is")