I am preparing UML diagram for an Apple Clock Extension, should I represent the host app using UML? UML node or UML component? Please note that there may be app communication between the extension app and the iPhone app (the host app).
UML nodes are used to illustrate physical resources, so your clock will be a node. , Whereas one component is generally considered as the software component since you want to model the software, so go with the components (which would well visualize the extension between the extension and the host) .
No comments:
Post a Comment