| Class | Description |
|---|---|
| Comparator |
Compare two double-valued inputs, and output the boolean result
of the comparison.
|
| Equals |
A logical equals operator.
|
| IsPresent |
On each firing, output true if the input is present and false otherwise.
|
| LogicalNot |
This actor implements a logical NOT operator.
|
| LogicFunction | Deprecated
Use LogicGate instead.
|
| LogicGate |
Produce an output token on each firing with a value that is
equal to the specified logic operator of the input(s).
|
| TrueGate |
On each firing, output true if the input is present and true.
|