[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.mdt] Re: Validation implementation

ï
Yes indeed.   There are some validation rules that are implemented but the remaining work is requested from the community.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=80307
 
Hi, Shahar,

These questions are best asked on the eclipse.modeling.mdt.uml2 newsgroup.

The constraints defined in the UML spec are, by and large, not yet implemented.  The UML2 team is more than happy to accept contributions of implementations for these  :-)

Cheers,

Christian


On Sun, 2008-06-29 at 14:04 +0000, Shahar Maoz wrote:
Hi,

I am looking into various validation methods and their implementation.    

For example, validateAssume(...) method of Interface 
org.eclipse.uml2.uml.PartDecomposition.
I see a place holder for its implementation in 
org.eclipse.uml2.uml.internal.impl.PartDecompositionImpl
and its related operations 
package 
org.eclipse.uml2.uml.internal.operations.PartDecompositionOperations.

Are these actually implemented?
Will the implementation be manual or somehow generated from OCL 
constraints?

Please advise.

Shahar