1
Automation Interface, Add-Ins and Tools / Re: Matrix-Elements in a Diagram Profile
« on: February 02, 2013, 04:32:07 am »
Hello,
since there is no comment, I prosume, that it's not quite clear what I want to do: I created a diagram profile, added a diagram stereotype extending the activity diagram. I would like to have predefined partitions in that diagram.
I can solve this using swimlanes in defining the attribute "swimlanes" in my stereotype with the initial value:
Lanes=2;Orientation=Horizontal;Lane1="Lane 1",Lane2="Lane 2";
But I would prefere to have a predefined matrix or predefined partitions in that diagram type.
I found that I can activate a matrix using the "matrix" attribute in my stereotype. But I did not manage to insert appropriate rows into the matrix.
I hope that this makes a bit clearer what I want to do.
since there is no comment, I prosume, that it's not quite clear what I want to do: I created a diagram profile, added a diagram stereotype extending the activity diagram. I would like to have predefined partitions in that diagram.
I can solve this using swimlanes in defining the attribute "swimlanes" in my stereotype with the initial value:
Lanes=2;Orientation=Horizontal;Lane1="Lane 1",Lane2="Lane 2";
But I would prefere to have a predefined matrix or predefined partitions in that diagram type.
I found that I can activate a matrix using the "matrix" attribute in my stereotype. But I did not manage to insert appropriate rows into the matrix.
I hope that this makes a bit clearer what I want to do.