CSPSink
ptolemy.domains.csp.lib.CSPSink

A CSPSink actor accepts tokens from a single input channel. Ten tokens can be consumed for every invocation of this actor's fire() method. Once ten tokens have been received, the fire method returns. The return value of the postfire() method defaults to false.

Author(s): Neil Smyth
Version:$Id: CSPSink.doc.html,v 1.1 2006/02/22 18:40:26 mangal Exp $
Pt.Proposed Rating:Red (nsmyth)
Pt.Accepted Rating:Red (cxh)




tokenLimit
The number of tokens produced by this actor. If this limit is set to -1, then produce output tokens indefinitely. The default value of this parameter is -1.