Skip to content
Snippets Groups Projects
Commit 9727b00f authored by Steffen Slavetinsky's avatar Steffen Slavetinsky
Browse files

DESCARTES-23 AssemblyConnector angefangen hinzuzufügen

git-svn-id: https://se1.informatik.uni-wuerzburg.de/usvn/svn/code/code/DMM/trunk@9704 9e42b895-fcda-4063-8a3b-11be15eb1bbd
parent 84e4c212
No related branches found
No related tags found
No related merge requests found
......@@ -45,3 +45,14 @@ shape RectShape {
}
}
}
connection AssemblyConnectorConnection {
connection-type freeform
placing {
position (offset=0.5, radius=10, angle=90)
text style CompositediagramDefaultStyle {
size (width=60, height=20)
id = assocText
}
}
}
\ No newline at end of file
......@@ -39,6 +39,20 @@ diagram compositediagram for Repository style CompositediagramDefaultStyle
// }
// }
class AssemblyConnector icon "connection16.gif" {
connection AssemblyConnectorConnection {
name into assocText
}
{
from providingAssemblyContext;
to requiringAssemblyContext;
}
behavior {
create into assemblyConnectors palette "Connections" askFor name
}
}
class CompositeComponent {
shape CompositeShape {
name into classText
......
......@@ -18,4 +18,4 @@ style CompositediagramDefaultStyle {
// font-name = "Tahoma"
font-size = 12
// font-bold = yes
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment