Re: Cancelling an Event in the DE Domain

2003-09-28 Thread Edward A Lee
There are two ways to generate future events: - using a DEIOPort and its send(int, Token, double) method to create an event in the future. This event cannot be cancelled. - using fireAt() to request a refiring at a future time and then when that refiring occurs, sending the output

Cancelling an Event in the DE Domain

2003-09-26 Thread clancaster
Hi, I'm interested in cancelling a particular discrete event that has already been scheduled. Can this be done? An example: I'm modeling a car moving on a highway in discrete steps from speed sign to speed sign. The car moves at the posted speed of the previous sign. At each speed sign the tim