ControlAction¶
An agent controls a device or application.
Diagram¶

Specializations of ControlAction¶
| Class | Description |
|---|---|
| Activate Action | The act of starting or activating a device or application (e.g. starting a timer or turning on a flashlight). |
| Authenticate Action | The action of authenticating into a device or application. |
| Deactivate Action | The act of stopping or deactivating a device or application (e.g. stopping a timer or turning off a flashlight). |
| Login Action | The action of logging into a device or application. |
| Reset Password Action | The action of resetting the password of a device or application. |
| Resume Action | The act of resuming a device or application which was formerly paused (e.g. resume music playback or resume a timer). |
| Suspend Action | The act of momentarily pausing a device or application (e.g. pause music playback or pause a timer). |
Formalization for ControlAction¶
| Property | Constraint |
|---|---|
| subClassOf | Action |