[Add] Vendor Sirius + GMF ecore metamodels with ECoreNetto validation (closes #51)#63
Merged
Conversation
Contributor
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Closes #51 (Phase A of the
.airdsupport epic #50).Vendors the Sirius + GMF Ecore metamodels behind the
.airddiagram/representation format andproves ECoreNetto loads them fully resolved — the input for generating the
.airdobject model(#52). No production code; vendoring + validation + docs only.
What's here
resources/ecore-sirius/— 5 vendored.ecorefiles (EPL-2.0) withLICENSE-EPL-2.0.mdand a provenance
README.md:viewpoint.ecore,diagram.ecore,sequence.ecore,table.ecore— eclipse-sirius/sirius-desktopv7.6.0notation.ecore— eclipse-gmf-runtime/gmf-notation9655137TestData/**/*.airdfixtures exactly (viewpoint/diagram/table1.1.0, sequence2.0.0, GMF notation1.0.3).NOTICE— extended with the Sirius (4) and GMF (5) third-party entries.docs/sirius-metamodel-inventory.md— 20 packages across the 5 files; the per-packageEClass/EEnum/EDataType table (source of truth for the test) and the dependency graph.
docs/sirius-ecorenetto-validation.md— the verdict + how it's proven.Auriga.CodeGenerator.Tests/SiriusMetamodelValidationTestFixture.cs— 6 regression testsmirroring the Capella harness; the test csproj copies
resources/ecore-sirius/*.ecoretoData/ecore-sirius/.Modifications to the upstream ecores (documented in the README/NOTICE)
../../.../X.ecore#...→X.ecore#..., and Ecoreplatform:/plugin/...refs →http://www.eclipse.org/emf/2002/Ecore#....TagValuesdeprecation-marker annotations indiagram.ecorewhose
referencespoint into another file'sEAnnotationdetail entries(
viewpoint.ecore#//%Tags%/@details.N) — a fragment form ECoreNetto cannot resolve. NoEClass, feature, supertype, or enumeration affected.Validation
SiriusMetamodelValidationTestFixtureasserts, against a single ECoreNettoResourceSet:viewpoint; sequence →diagram)eOpposite28 declared = 28 resolved, all mutualFull
Auriga.CodeGenerator.Testssuite: 84 passed, 0 failed (6 new + existing Capella/scaffoldtests unaffected — the Capella
21-file assertions are untouched since the Sirius files live in aseparate directory).