| Class | Description |
|---|---|
| AddSubtractAll |
Add/subtract the values of all tokens present on the input channels
(in contrast to one token per channel in the AddSubtract class).
|
| Alloc |
An actor that allocates room for Tokens in a (shared) memory.
|
| ChangePtr |
An actor that changes address and size of a PtrToken.
|
| Load |
An actor that loads tokens from memory.
|
| LoadStore |
An actor that loads or stores tokens fom/into a (shared) memory.
|
| Memory |
An object that is a buffer for Tokens.
|
| MemoryAccess |
An actor that allows access to a memory of a TaskPtDirector.
|
| Store |
An actor that stores tokens into a memory.
|
| Task |
A task in the taskpt domain.
|