Hold vs. Send After
Two ways of modeling the passage of time
hold()
models a processing delay
advances the clock of the entity
send Ö after
models a transmission delay
does not advance the entityís clock
hold(10);
send Message{} to e;
send Message{} to e after 10;
Previous slide
Next slide
Back to first slide
View graphic version