| [news.eclipse.modeling.gmt.amw] Re: WLinkEnd type |
Hi,
Regards,
Marcos.
Hi,
Is is possible to put constraints on the type of the WLinkEnd for the weaving metamodel? For instance, I have this:
class Merge extends WLink { reference left container : ClassLinkEnd; reference right container : ClassLinkEnd; }
class ClassLinkEnd extends WLinkEnd { }
However, I want to enforce that ClassLinkEnd should be of type UML::Class for instance (my input metamodel is UML.ecore).
thnx in advance.