Processing Data
TODO: make sure this documentation is correct
Note that lists are used when ordering matters and maps are used for models as it is possible that a model is updated/transitioned more than once for the same command.
Constructors
Properties
models that were created. Note that they may have been modified after creation, which means that the model in this map may NOT be the final outcome for this model. See modifiedModels instead.
is the model that was created or manipulated by the current command. Will be the same as primary unless the current command is a sub-command.
is the model that was created or manipulated by the primary command (i.e. the command that the user initiated).
models that changed state. Note that they may have been modified after the transition, which means that the model in this map may NOT be the final outcome for this model. See modifiedModels instead.
models that were updated. Note that they may have been modified after the update, which means that the model in this map may NOT be the final outcome for this model. See modifiedModels instead.