[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.mdt.ocl] Re: How to check the types of containment?

Hi Ed,

> context AbstractModel
> inv: containedModel->forAll(a, b |
>     a <> b implies a.oclType() <> b.oclType())

that's a nice solution :)