Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: corrected a couple typos in the update section at the beginning.

...

  1. Event renamed VesEvent 
  2. Made VesEvent a subclass of Notification, ting tying 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 those 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.

...