Tagged Questions
4
votes
3answers
2k views
What's the difference between a stereotype and a class inheritance in UML?
I'm confused about the difference between something being a "stereotype" and being a "superclass" in UML.
Let's say I want to create a diagram involving a "WidgetMaker." WidgetMaker is clearly an ...
0
votes
3answers
906 views
How to create and apply a UML2 stereo-type using EMF in a standalone app?
I have written the sample application below to create an EJB stereotype an apply it to the TimeEntry class:
import java.io.File;
import org.eclipse.emf.common.util.URI;
import ...