Update docs

- Add info about deferring events
- Relates to #270
This commit is contained in:
Janne Valkealahti
2016-11-20 10:27:23 +00:00
parent b79413bc72
commit c86e7bcc14

View File

@@ -1989,7 +1989,18 @@ _RootElement->New Child->SignalEvent_.
image::images/papyrus-gs-7.png[scaledwidth="100%"]
Now that you have a `SignalEvent` defined it can be used to associate
a trigger with a transition. More about that in
<<sm-papyrus-transitions>>.
==== Defer Event
Events can be deferred to get processed in a more appropriate time. In
UML this is done from a state itself. Choose any state and create a
new trigger under _Deferrable trigger_ and choose `SignalEvent` which
matches `Signal` you want to defer.
[[sm-papyrus-transitions]]
=== Define Transitions
Transition is simply created by drawing _transition_ line between
source and target states. In above we have states `S1` and `S2` and