Back
Up:
implementation
Previous:
Migration of ambients on
Example of Execution
We have following expression as an example:
//test.amb
machine koon(0,0,0,0), est(1,1,1,1) ;
koon[ a[ out koon.in est.in c ] | b[] ] | est[ c[] ] ;
The first line expresses that machine ambients koon and est are available.
We start up machine ambients as follows:
Fig 4:
Start up the Machine Ambient koon
Fig 5:
Machine Ambient koon started
Fig 6:
start up the Machine Ambient est
Fig 7:
Machine Ambient est started
We can monitor the first status of every machine ambients:
Fig 8:
Main GUI
Then, we can monitor the result of the migration:
Fig 9:
Status of Ambient koon after the reduction
Fig 10:
Status of Ambient est after the reduction
Up:
implementation
Previous:
Migration of ambients on
Back