Skip to content

Commit

Permalink
testing model2owl with one xmi containing all modules
Browse files Browse the repository at this point in the history
  • Loading branch information
andreea-pasare committed Jun 24, 2024
1 parent 048898d commit 04fac38
Show file tree
Hide file tree
Showing 194 changed files with 76,534 additions and 130,276 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/transform_epo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ on:
- "!master"
paths:
- "implementation/ePO_core/xmi_conceptual_model/ePO_core.xml"
- "implementation/eCatalogue/xmi_conceptual_model/eCatalogue.xml"
- "implementation/eNotice/xmi_conceptual_model/eNotice.xml"
- "implementation/eOrdering/xmi_conceptual_model/eOrdering.xml"
- "implementation/eFulfilment/xmi_conceptual_model/eFulfilment.xml"
- "implementation/eContract/xmi_conceptual_model/eContract.xml"
- "implementation/eContract/xmi_conceptual_model/eAccess.xml"
- "implementation/eContract/xmi_conceptual_model/eSubmission.xml"
# - "implementation/eCatalogue/xmi_conceptual_model/eCatalogue.xml"
# - "implementation/eNotice/xmi_conceptual_model/eNotice.xml"
# - "implementation/eOrdering/xmi_conceptual_model/eOrdering.xml"
# - "implementation/eFulfilment/xmi_conceptual_model/eFulfilment.xml"
# - "implementation/eContract/xmi_conceptual_model/eContract.xml"
# - "implementation/eContract/xmi_conceptual_model/eAccess.xml"
# - "implementation/eContract/xmi_conceptual_model/eSubmission.xml"
jobs:
report_and_glossary:
runs-on: ubuntu-latest
Expand All @@ -35,7 +35,7 @@ jobs:

- name: generate convention report and glossary
run: |
AVAILABLE_IMPLEMENTATIONS=(eOrdering eFulfilment eCatalogue eNotice eContract eAccess eSubmission ePO_core)
AVAILABLE_IMPLEMENTATIONS=(ePO_core)
for implementation in "${AVAILABLE_IMPLEMENTATIONS[@]}"
do
echo "-------------------${implementation}---------------------------------"
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:

- name: merge implementations xmi files into one
run: |
AVAILABLE_IMPLEMENTATIONS=(eOrdering eFulfilment eCatalogue eNotice eContract eAccess eSubmission ePO_core)
AVAILABLE_IMPLEMENTATIONS=(ePO_core)
cd model2owl
mkdir -p merge-xmis
for implementation in "${AVAILABLE_IMPLEMENTATIONS[@]}"
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:

- name: transform step
run: |
AVAILABLE_IMPLEMENTATIONS=(eOrdering eFulfilment eCatalogue eNotice eContract eAccess eSubmission ePO_core)
AVAILABLE_IMPLEMENTATIONS=(ePO_core)
for implementation in "${AVAILABLE_IMPLEMENTATIONS[@]}"
do
echo "-------------------${implementation} transform---------------------------------"
Expand Down
Binary file modified analysis_and_design/conceptual_model/ePO_CM.eap
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 04fac38

Please sign in to comment.