View Single Post
  #1 (permalink)  
Old 06-22-2008, 10:14 AM
=?Utf-8?B?U3RldmU=?=
 
Posts: n/a
Formating of UML transition element

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
Reply With Quote