Skip to content

Commit

Permalink
testing mode2owl version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragos0000 committed Feb 9, 2024
1 parent b171b06 commit fe051d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/transform_with_model2owl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- "implementation/place_src_ap/xmi_conceptual_model/place_src_ap_CM.xml"
- "implementation/language_src_ap/xmi_conceptual_model/language_src_ap_CM.xml"
- "implementation/currency_src_ap/xmi_conceptual_model/currency_src_ap_CM.xml"
- "implementation/common_src_ap/xmi_conceptual_model/common_src_ap_CM.xml"

jobs:
report_and_glossary:
Expand All @@ -32,7 +33,7 @@ jobs:

- name: generate convention report and glossary
run: |
AVAILABLE_IMPLEMENTATIONS=(src_ap cob_src_ap site_src_ap place_src_ap language_src_ap currency_src_ap technical)
AVAILABLE_IMPLEMENTATIONS=(src_ap cob_src_ap site_src_ap place_src_ap language_src_ap currency_src_ap common_src_ap)
for implementation in "${AVAILABLE_IMPLEMENTATIONS[@]}"
do
echo "-------------------${implementation}---------------------------------"
Expand Down Expand Up @@ -134,7 +135,7 @@ jobs:

- name: transform step
run: |
AVAILABLE_IMPLEMENTATIONS=(src_ap cob_src_ap site_src_ap place_src_ap language_src_ap currency_src_ap technical)
AVAILABLE_IMPLEMENTATIONS=(src_ap cob_src_ap site_src_ap place_src_ap language_src_ap currency_src_ap common_src_ap)
for implementation in "${AVAILABLE_IMPLEMENTATIONS[@]}"
do
echo "-------------------${implementation} transform---------------------------------"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="windows-1252"?>
<xmi:XMI xmlns:uml="http://www.omg.org/spec/UML/20131001" xmlns:xmi="http://www.omg.org/spec/XMI/20131001" xmlns:umldi="http://www.omg.org/spec/UML/20131001/UMLDI" xmlns:dc="http://www.omg.org/spec/UML/20131001/UMLDC">
<xmi:Documentation exporter="Enterprise Architect" exporterVersion="6.5" exporterID="1560"/>
<xmi:Documentation exporter="Enterprise Architect" exporterVersion="6.5" exporterID="1560"/>
<uml:Model xmi:type="uml:Model" name="EA_Model">
<packagedElement xmi:type="uml:Package" xmi:id="EAPK_D2D3120D_8EE2_4d7e_843F_0CD376A24E87" name="corporate body">
<packagedElement xmi:type="uml:Class" xmi:id="EAID_C7FB50F5_D394_4dcc_9660_1D5F4432695F" name="euvoc:CorporateBody">
Expand Down

0 comments on commit fe051d9

Please sign in to comment.