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

AssemblyConnectors zu Composito Component hinzugefügt

git-svn-id: https://se1.informatik.uni-wuerzburg.de/usvn/svn/code/code/DMM/trunk@9705 9e42b895-fcda-4063-8a3b-11be15eb1bbd
parent 9727b00f
No related branches found
No related tags found
No related merge requests found
......@@ -46,10 +46,9 @@ class AssemblyConnector icon "connection16.gif" {
{
from providingAssemblyContext;
to requiringAssemblyContext;
}
behavior {
create into assemblyConnectors palette "Connections" askFor name
create palette "Connectors"
}
}
......@@ -57,6 +56,7 @@ class CompositeComponent {
shape CompositeShape {
name into classText
reference assemblyContexts into context
reference assemblyConnectors into context
}
behavior {
create into components palette "Components"
......@@ -65,7 +65,7 @@ class CompositeComponent {
class AssemblyContext {
shape RectShape {
name into rectText
name into rectText
}
behavior {
create palette "Context"
......
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