[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.emf] Validating a .ecore file.
|
Is there any API available to validate a .ecore file to check for
correctness and circular dependencies?
Specifically - I have a .ecore file which was generated from Rose (
containing two independent classes
A and B )
I modify the .ecore file by hand, and create a circular dependency - i.e.
add B to the eSuperTypes for A
and vice versa. Is there any EMF API which will allow me to validate such a
resource and indicate to
me that there is a circular dependency?
Thanks in advance,
Keyur Dalal