Tagged Questions
0
votes
3answers
955 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 ...