[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: Association Link problem

Hello Josias,

each type in the menu is set to name EEnumLiteral, eg:
Create MAKE
Create BREAK
Create UNKNOWN
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.

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