PlanAction¶
The act of planning the execution of an event/task/action/reservation/plan to a future date.
Diagram¶

Specializations of PlanAction¶
| Class | Description |
|---|---|
| Cancel Action | The act of asserting that a future event/action is no longer going to happen.\n\nRelated actions:\n\n* [[ConfirmAction]]: The antonym of CancelAction. |
| Reserve Action | Reserving a concrete object.\n\nRelated actions:\n\n* [[ScheduleAction]]: Unlike ScheduleAction, ReserveAction reserves concrete objects (e.g. a table, a hotel) towards a time slot / spatial allocation. |
| Schedule Action | Scheduling future actions, events, or tasks.\n\nRelated actions:\n\n* [[ReserveAction]]: Unlike ReserveAction, ScheduleAction allocates future actions (e.g. an event, a task, etc) towards a time slot / spatial allocation. |
Formalization for PlanAction¶
| Property | Constraint |
|---|---|
| subClassOf | OrganizeAction |