Package | Description |
---|---|
comingle.actuation | |
comingle.rewrite |
Modifier and Type | Method and Description |
---|---|
void |
Actuators.setActuator(java.lang.String act_name,
ActuatorAction action) |
void |
Actuators.setBeepToneActuator(ActuatorAction<java.lang.String> beeptone) |
void |
Actuators.setDelayActuator(ActuatorAction<java.lang.Integer> delay) |
void |
Actuators.setToastActuator(ActuatorAction<java.lang.String> toast) |
Modifier and Type | Method and Description |
---|---|
<T> void |
RewriteMachine.setActuator(java.lang.String act_name,
ActuatorAction<T> action)
Set the actuator of the actuation named act_name.
|