| Modifier and Type | Method and Description |
|---|---|
void |
JacobThread.instance(JacobRunnable concretion)
Create a process instance i.e.
|
protected static void |
JacobObject.instance(JacobRunnable concretion)
Instantiation; the Java code
instance(new F(x,y,z)) is
equivalent to F(x,y,z) in the process calculus. |
| Modifier and Type | Class and Description |
|---|---|
class |
CELL_<T>
Cell process template Java representation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Sieve
Sieve of Eratosthenes prime number generator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Sequence
Abstract process that executes a number of steps sequentially.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract JacobRunnable |
Sequence.doStep(int step,
SynchChannel done)
Execute a step
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SynchPrinter.SystemPrinter |
static class |
SynchPrinter.Tester |
| Modifier and Type | Method and Description |
|---|---|
void |
JacobVPU.inject(JacobRunnable concretion)
Inject a concretion into the process context.
|
| Constructor and Description |
|---|
JacobVPU(ExecutionQueue context,
JacobRunnable concretion)
Instantiation constructor; used to initialize context with the concretion
of a process abstraction.
|
Copyright © 2015 WSO2. All Rights Reserved.