0

This is my actual class diagram

enter image description here

In the LocationVertexclass I have used the type Location which is an object from Flickr

API .

Should I indicate the use of external API in my diagram? and how to do this?

nawara
  • 1,157
  • 3
  • 24
  • 49

1 Answers1

0

It's a matter of preferance but i would propably add them to give a better understanding of the workings of your project to anyone interested.

Don't think there is a standard for it but i'd go for displaying it as an interface with the full import name and the stereotype external. If you also display packages it might be a good way to differentiate. In the end i think it's all "can do" options and whatever you deem understandable goes...

Akunosh
  • 237
  • 1
  • 2
  • 10