Versions Compared

Key

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

...

  • Logical view shows the static aspects of the architecture, such as the following diagram
    • component structure diagram, class diagram, object diagram
  • Process view shows the dynamic aspects of the architecture, such as the following diagram
    • inter-component sequence, generic activity diagram, state machine diagram.

which other component use.



7. Interface definition

Interface, that includes data and function/method, provided by this component to be used by other components is described here.

...