I'm creating state machine UML statechart. Let say I have two states and transition between them. In the properties of that transition I can define Events, Guard and Actions. My question is how can make each of them (I mean Events, Guard and Actions) to appear in the separate new lines. Basically what I want to see is follows: Events [Guard] / Actions -----------------> Instead of that what I see now is: Events [Guard]/ Actions -----------------------------------> Thanks
I had a look at the shapesheet. I don't think it can be done. It is all in the dll. "Steve" wrote: > I'm creating state machine UML statechart. Let say I have two states and > transition between them. In the properties of that transition I can define > Events, Guard and Actions. > > My question is how can make each of them (I mean Events, Guard and Actions) > to appear in the separate new lines. Basically what I want to see is follows: > > Events > [Guard] > / Actions > -----------------> > > Instead of that what I see now is: > > Events [Guard]/ Actions > -----------------------------------> > > Thanks