Uses of Class
io.patriot_framework.generator.device.passive.actuators.StateMachine
-
Packages that use StateMachine Package Description io.patriot_framework.generator.device.passive.actuators -
-
Uses of StateMachine in io.patriot_framework.generator.device.passive.actuators
Methods in io.patriot_framework.generator.device.passive.actuators that return StateMachine Modifier and Type Method Description StateMachine
StateMachine. addState(String stateName)
StateMachine
StateMachine. addState(String stateName, double stateDuration)
StateMachine
StateMachine. build()
StateMachine
AbstractActuator. getStateMachine()
StateMachine
Actuator. getStateMachine()
Returns instance of StateMachineMethods in io.patriot_framework.generator.device.passive.actuators with parameters of type StateMachine Modifier and Type Method Description void
AbstractActuator. setStateMachine(StateMachine stateMachine)
void
Actuator. setStateMachine(StateMachine stateMachine)
Sets StateMachine for Actuator
-