User Tools

Site Tools


v070:diagrams

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revision Both sides next revision
v070:diagrams [2018/10/08 09:12]
djnemeth moved from v070:layout
v070:diagrams [2018/10/08 10:29]
djnemeth
Line 209: Line 209:
   * ''​Sequence.send(from,​ msg, to)'':​ **from** is expected to send a message to **to** which is equal to **msg**.   * ''​Sequence.send(from,​ msg, to)'':​ **from** is expected to send a message to **to** which is equal to **msg**.
   * ''​Sequence.fromActor(msg,​ to)'':​ **msg** should be sent to **to** by an actor. Reaching this call, the sequence diagram executor actually sends the message to the target.   * ''​Sequence.fromActor(msg,​ to)'':​ **msg** should be sent to **to** by an actor. Reaching this call, the sequence diagram executor actually sends the message to the target.
-  * ''​Sequence.assertState(obj,​ s)'':​ immediately after the target of the most recent ''​Sequence.send''​ or ''​Sequence.fromActor''​ call has received the message, **obj** is in state **s** (also see [[v070:layout#Condition evaluation during execution]]).+  * ''​Sequence.assertState(obj,​ s)'':​ immediately after the target of the most recent ''​Sequence.send''​ or ''​Sequence.fromActor''​ call has received the message, **obj** is in state **s** (also see [[v070:diagrams#Condition evaluation during execution]]).
  
 === Example sequence diagram === === Example sequence diagram ===
v070/diagrams.txt ยท Last modified: 2018/10/08 11:27 by djnemeth