SingleEvent
ptolemy.domains.de.lib.SingleEvent

This actor produces an event with the specified value at the specified time. In its initialize() method, it queues an event, requesting that it be fired at the specified time. If the <i>time</i> parameter changes before that time is reached, then the event is effectively canceled. No event will be produced.

Author(s): Edward A. Lee
Version:$Id: SingleEvent.doc.html,v 1.1 2006/02/22 18:42:26 mangal Exp $
Pt.Proposed Rating:Yellow (eal)
Pt.Accepted Rating:Red (liuj)


output
The output port. The type of this port is linked to the type of the <i>value</i> parameter.


time
The time at which to produce the output. This has type double, with default value 0.0. If the value is negative, then no output will be produced.
value
The value produced at the output. This can have any type, and it defaults to a boolean token with value <i>true</i>.