Class | Description |
---|---|
Absent |
An actor that makes its output value absent.
|
BinaryNonStrictLogicGate |
A nonstrict actor that performs a specified logic operation on two inputs.
|
Combine |
Combine actor for combining synchronous signals (ports with a token
or no token) using a combine function.
|
Current |
Output the most recent input received.
|
EnabledComposite |
A composite actor whose clock ticks only when enabled.
|
InstantaneousDialogGenerator |
An actor that generates instantaneous dialog with a LookupTable.
|
NonStrictAndGate |
A nonstrict actor that performs an and operation on two inputs.
|
NonStrictDelay |
A nonstrict actor that delays tokens by one iteration.
|
NonStrictLogicFunction | Deprecated
Use NonStrictLogicGate
|
NonStrictLogicGate |
A nonstrict actor that performs a specified logic operation on the input.
|
NonStrictOrGate |
A nonstrict actor that performs an OR operation on two inputs.
|
NonStrictThreeBitAdder |
A nonstrict three-bit adder.
|
NonStrictXorGate |
A nonstrict actor that performs an XOR operation on two inputs.
|
Pre |
When the input is present, the output is the previously received
input.
|
SingleTokenDistributor |
A distributor that splits an input stream into a set of output
streams.
|
Undefined | Deprecated
This actor does not work.
|
When |
When the control input is true, copy the input to the
output.
|