UpdateAction¶
The act of managing by changing/editing the state of the object.
Diagram¶

Specializations of UpdateAction¶
| Class | Description |
|---|---|
| Add Action | The act of editing by adding an object to a collection. |
| Append Action | The act of inserting at the end if an ordered collection. |
| Delete Action | The act of editing a recipient by removing one of its objects. |
| Insert Action | The act of adding at a specific location in an ordered collection. |
| Prepend Action | The act of inserting at the beginning if an ordered collection. |
| Replace Action | The act of editing a recipient by replacing an old object with a new object. |
Formalization for UpdateAction¶
| Property | Constraint |
|---|---|
| subClassOf | Action |