Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Gliffy
imageAttachmentIdatt88015679
macroIdae4b4803-96ac-471f-b210-1d2152e034f3
baseUrlhttps://lf-onap.atlassian.net/wiki
displayNameFlattening of JSON
nameFlattening of JSON
diagramAttachmentIdatt87982674
containerId79822969
version2

Grouping of create and remove operations in delta report is fairly straightforward because the two do not lead to complex scenarios. If a data node is added all its child nodes are also added, same applies in case of remove operation where if a parent node is removed all its child nodes are also removed. Similarly, operations on parent-child nodes like create+update, create+remove, remove+update and remove+createare not possible because if a parent is added or removed the child cannot be added, removed or updated. Hence, the grouping of data nodes which are either added or removed is simpler.

...