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.
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?