public class Sieve extends JacobRunnable
Sieve := (v integers)(v primes) Counter(integer,2) | Head(integer, primes) | Print(primes)
Created on Feb 12, 2004 at 6:32:49 PM.
Modifier and Type | Class and Description |
---|---|
class |
Sieve.Foo |
Constructor and Description |
---|
Sieve() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
void |
run()
Peform the template reduction, i.e.
|
getImplementedMethods, toString
getClassName, getExtension, getMethod, importChannel, instance, newChannel, newChannel, object, object, object, object, replication, replication
public void run()
JacobRunnable
Note that JACOB operations are performed in parallel, so the sequencing of JACOB operations is irrelevant
run
in class JacobRunnable
public static void main(java.lang.String[] args)