Skip to content

Commit

Permalink
Update config parameter name and its description
Browse files Browse the repository at this point in the history
  • Loading branch information
gkostkowski committed Nov 25, 2024
1 parent 7b740d1 commit 16bd10b
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 16bd10b

Please sign in to comment.