[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: Showing parent's figure instead of its own

Hello David,

Try adding following ocl constraint to the A node: "not oclIsKindOf(<modelPackage>::B)"

GMf can not destinguish between A and B (B is a subclass of A) by default.

-----------------
Alex Shatalin