Skip to content

Commit e79a7a5

Browse files
+ TrelationshipType stereotype
1 parent a0d1f5c commit e79a7a5

File tree

6 files changed

+9
-0
lines changed

6 files changed

+9
-0
lines changed

ToscaDesigner/src/main/conf/module.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ stereotype.TPolicy.description=
7575
stereotype.TPolicy.label=TPolicy
7676
stereotype.TRelationshipTemplate.description=
7777
stereotype.TRelationshipTemplate.label=TRelationshipTemplate
78+
stereotype.TRelationshipType.description=
79+
stereotype.TRelationshipType.label=TRelationshipType
7880
stereotype.TRequirement.description=
7981
stereotype.TRequirement.label=TRequirement
8082
stereotype.TRequirementDefinition.description=

ToscaDesigner/src/main/conf/module.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@
125125
<Icon path="res/icon/gui/service_template24.png"/>
126126
<Image path="res/icon/gui/service_template48.png"/>
127127
</Stereotype>
128+
<Stereotype name="TRelationshipType" metaclass="Standard.Class" owner-stereotype="" is-hidden="false" label="%stereotype.TRelationshipType.label" uid="1b11c098-c9e5-4e5d-beca-3351909bc6ce" is-abstract="false">
129+
<Icon path="res/icon/gui/relationship_type24.png"/>
130+
<Image path="res/icon/gui/relationship_type48.png"/>
131+
</Stereotype>
128132
</Profile>
129133
<Profile uid="72c19ac1-0189-4db1-a982-dbaa92e1cfd5" id="Automatic">
130134
<Stereotype name="CloudServiceArchiveDiagram" metaclass="Standard.StaticDiagram" owner-stereotype="" is-hidden="false" label="%stereotype.CloudServiceArchiveDiagram.label" uid="dddbe647-1f21-42d1-93cd-f61109a8afd3" is-abstract="false">
@@ -208,6 +212,7 @@
208212
<Tool id="RelationshipTypes" label="%tool.RelationshipTypes.label" tooltip="%tool.RelationshipTypes.tooltip" image="res/icon/gui/relationship_type24.png">
209213
<Scope-source metaclass="Standard.Package" stereotype=""/>
210214
<Handler class="Box">
215+
<HParameter name="stereotype" value="ToscaDesigner#TRelationshipType"/>
211216
<HParameter name="metaclass" value="Standard.Class"/>
212217
<HParameter name="name" value="RelationshipTypes"/>
213218
</Handler>

ToscaDesigner/src/main/conf/module_fr.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ stereotype.TPolicy.description=
7575
stereotype.TPolicy.label=TPolicy
7676
stereotype.TRelationshipTemplate.description=
7777
stereotype.TRelationshipTemplate.label=RelationshipTemplate
78+
stereotype.TRelationshipType.description=
79+
stereotype.TRelationshipType.label=TRelationshipType
7880
stereotype.TRequirement.description=
7981
stereotype.TRequirement.label=TRequirement
8082
stereotype.TRequirementDefinition.description=
801 Bytes
Binary file not shown.
803 Bytes
Binary file not shown.
-1.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)