How do I represent an android fragment in UML?

前端 未结 1 844
感情败类
感情败类 2021-01-21 21:42

Just wondering what the best way to represent an activity with a few fragments in UML or more specifically a Class Diagram.

相关标签:
1条回答
  • 2021-01-21 22:49

    That depends on the point of view.

    The most thorough analysis of fragments can be done by Object diagram or Composite Structure Diagram.

    If you want to model their outer behaviour, Component diagram or any of behavioral diagrams will do.

    0 讨论(0)
提交回复
热议问题