Skip to content

Commit

Permalink
Merge pull request #1 from OP-TED/feature/M2O1-51
Browse files Browse the repository at this point in the history
Update config parameter name and its description
  • Loading branch information
gkostkowski authored Nov 25, 2024
2 parents 7b740d1 + 16bd10b commit fd8d011
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@

<!--Allowed characters for a normalized string-->
<xsl:variable name="allowedStrings" select="'^[\w\d-_:]+$'"/>
<!-- Generate reused classes, attributes and connectors-->
<xsl:variable name="internalModelPrefixesList" select="('epo', 'epo-not', 'epo-ord', 'epo-cat', 'epo-con', 'epo-ful')"/>
<!-- Generate reused classes, attributes and connectors. Concepts with these prefixes will be included in the generated artefacts. -->
<xsl:variable name="includedPrefixesList" select="('epo', 'epo-not', 'epo-ord', 'epo-cat', 'epo-con', 'epo-ful')"/>
<!-- This set of variables controls the generation of reused concepts within artifacts. -->
<xsl:variable name="generateReusedConceptsSHACL" select="fn:true()"/>
<xsl:variable name="generateReusedConceptsOWLcore" select="fn:true()"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@

<!--Allowed characters for a normalized string-->
<xsl:variable name="allowedStrings" select="'^[\w\d-_:]+$'"/>
<!-- Generate reused classes, attributes and connectors-->
<xsl:variable name="internalModelPrefixesList" select="('epo', 'epo-not', 'epo-ord', 'epo-cat', 'epo-con', 'epo-ful')"/>
<!-- Generate reused classes, attributes and connectors. Concepts with these prefixes will be included in the generated artefacts. -->
<xsl:variable name="includedPrefixesList" select="('epo', 'epo-not', 'epo-ord', 'epo-cat', 'epo-con', 'epo-ful')"/>
<!-- This set of variables controls the generation of reused concepts within artifacts. -->
<xsl:variable name="generateReusedConceptsSHACL" select="fn:true()"/>
<xsl:variable name="generateReusedConceptsOWLcore" select="fn:true()"/>
Expand Down
4 changes: 2 additions & 2 deletions model2owl-config/config-parameters.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@

<!--Allowed characters for a normalized string-->
<xsl:variable name="allowedStrings" select="'^[\w\d-_:]+$'"/>
<!-- Generate reused classes, attributes and connectors-->
<xsl:variable name="internalModelPrefixesList" select="('epo', 'epo-not', 'epo-ord', 'epo-cat', 'epo-con', 'epo-ful')"/>
<!-- Generate reused classes, attributes and connectors. Concepts with these prefixes will be included in the generated artefacts. -->
<xsl:variable name="includedPrefixesList" select="('epo', 'epo-not', 'epo-ord', 'epo-cat', 'epo-con', 'epo-ful')"/>
<!-- This set of variables controls the generation of reused concepts within artifacts. -->
<xsl:variable name="generateReusedConceptsSHACL" select="fn:true()"/>
<xsl:variable name="generateReusedConceptsOWLcore" select="fn:true()"/>
Expand Down

0 comments on commit fd8d011

Please sign in to comment.