| Interface | Description |
|---|---|
| HashingCodePathFactory.HasherSupplier |
Serializable supplier, because Java 8 lambdas are not.
|
| Class | Description |
|---|---|
| AbstractExecutionContext<S extends AbstractExecutionContext<S>> |
Partial implementation of ExecutionContext, containing functionality expected
to be shared between most implementations.
|
| DefaultTimeEfficientCodePath |
A CodePath whose focus is on time performance.
|
| HashingCodePathFactory |
A hash-based
CodePath factory. |
| HashingCodePathFactory.HashingCodePath |
Hash-based
CodePath. |
| SimpleExecutionEnvironment |
Simple implementation of
ExecutionEnvironment. |
| SimpleNetworkManager |
Stub network manager for testing, in which there are no neighbors and no
messages are ever sent.
|
| SimpleProgramImpl |
Base implementation of
ProtelisProgram. |