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. do whatever it is that the
templetized process does.
|
getImplementedMethods, toStringgetClassName, getExtension, getMethod, importChannel, instance, newChannel, newChannel, object, object, object, object, replication, replicationpublic void run()
JacobRunnableNote that JACOB operations are performed in parallel, so the sequencing of JACOB operations is irrelevant
run in class JacobRunnablepublic static void main(java.lang.String[] args)