0

I am developing ontology using ArgoUML class diagram and I want to show some instances of classes. Is there a way in ArgoUML to do this?

Thanks for your helps in advanced.

Sanam
  • 77
  • 1
  • 11

1 Answers1

1

If you're wedded to using a Class diagram, something like an <<instance>> stereotype is probably the easiest choice. Otherwise you can use a Deployment Diagram (ArgoUML's version of an Object Diagram).

Both suggestions from here: How to represent class instances in UML?

Community
  • 1
  • 1
Tom Morris
  • 10,490
  • 32
  • 53