Versions Compared

Key

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


Updates since the last publication include the following:

  1. Event renamed VesEvent 
  2. Made VesEvent a subclass of Notification, ting VesEvent into the ONAP root class hierarchy
  3. Changed association between VesEvent and the various domain classes to a generalization from a composition
  4. Deleted the CommonEventHeader class, moving the attributes directly into the VesEvent class
  5. Rationalized the VesEvent attributes with hose inherited fro the root class hierarchy, including
    1. Eventid and eventName were deleted, given there are inherited id and name attributes 
    2. lastEpochMicrosec is a redefine of inherited attributed endDate
    3. startingEpochMicrosec is a redefine of inherited attribute startDate
    4. name was redefined to be required.

A result of the above updates is that all domain subclass tables below contain all attributes needed (inherited or domain specific) instead of the attributes being scattered across multiple classes. 


 

1.1              Diagrams

...