| [news.eclipse.modeling.gmf] Re: Association Link problem |
Hello Josias,
Then you have to create MAKE, BREAK, ..., UNKNOWN link mappings having own creation tools and (!) corresponding Feature Seq Initializer/Constraint elements specified. In other words â make link of each type recognized as a different link type by GMF.each type in the menu is set to name EEnumLiteral, eg: Create MAKE Create BREAK Create UNKNOWN
only MAKE (allowed) and not show the other types that can not be used?You have to add appropriate LinkConstraints to the LinkMapping representing MAKE â this will tell GMF that MAKE link cannot be created from/to some specific nodes.
----------------- Alex Shatalin