Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Both sides next revision
alvis:startst [2013/12/14 23:41]
marcin
— (current)
Line 1: Line 1:
-====== Start statement ====== 
  
-The **start** statement is used to activate an active agent that is in the **init** mode.  
- 
-An Alvis model contains a fixed number of agents. There is no possibility to create or destroy agents dynamically.  
-Active agents that are initially activated are distinguished in the communication diagram -- their names are underlined. If an active agent starts in the **init** mode, it is inactive until another agent activates it with the **start** statement. 
- 
-The **start** statement is a single-step statement. 
- 
-<code> 
-start agent_name; 
-</code> 
- 
-**Listing 1. ** Start statement syntax 
- 
- 
-**[[:alvis:manual|Go back]]**