File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
src/main/resources/fr/softeam/templates Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 44 {{ #each ../ownedAttribute }}{{ #extension }}{{ #eq name " Metadata" }}
55 {{ ../name }} : "{{ ../value }} "
66 {{ /eq }}{{ /extension }}{{ /each }}
7- {{ #unless (noStereotypeApplications this " PropertyDefinitionType " )}} properties:{{ /unless }}
8- {{ #each ../ownedAttribute }}{{ #extension }}{{ #eq name " PropertyDefinitionType " }}
7+ {{ #unless (noStereotypeApplications this " TPropertyDef " )}} properties:{{ /unless }}
8+ {{ #each ../ownedAttribute }}{{ #extension }}{{ #eq name " TPropertyDef " }}
99 {{ ../name }} : "{{ ../value }} "
1010 {{ /eq }}{{ /extension }}{{ /each }}
1111 {{ #unless (noStereotypeApplications this " RequirementsType" )}} requirements:{{ /unless }}
1414 node: {{ getProperty ../this " node" }}
1515 relationship: {{ relationship }}
1616 capability: {{ getProperty ../this " capability" }}
17+ {{ #unless (noStereotypeApplications this " TPropertyDef" )}} properties:{{ /unless }}
18+ {{ #each ../ownedAttribute }}{{ #extension }}{{ #eq name " TPropertyDef" }}
19+ {{ ../name }} : "{{ ../value }} "
20+ {{ /eq }}{{ /extension }}{{ /each }}
1721 {{ /eq }}{{ /extension }}{{ /each }}{{ /eq }}{{ /extension }}{{ /each }}
1822 {{ #unless (noStereotypeApplications this " TDeploymentArtifacts" )}} artifacts:{{ /unless }}
1923 {{ #each ../ownedElement }}{{ #extension }}{{ #eq name " TDeploymentArtifacts" }}{{ #each ../ownedElement }}{{ #extension }}{{ #eq name " TDeploymentArtifact" }}
You can’t perform that action at this time.
0 commit comments