
CSPSieve |
ptolemy.domains.csp.lib.CSPSieve |
Used in the Sieve of Eratosthenes demo. This actor represents a
sieve process which filters out all multiples of a particular number.
The first time the filter encounters a number it cannot filter it
creates a new process to filter out all multiples of that number and
appends it to the string of filters already created. This actor is a good
illustration of how to perform changes to the topology.
<p>
Author(s): Neil Smyth
Version:@$Id: CSPSieve.doc.html,v 1.1 2006/02/22 18:40:26 mangal Exp $
Pt.Proposed Rating:Red (nsmyth)
Pt.Accepted Rating:Red (cxh)
input
The input port.
output
The output port.