Class | Description |
---|---|
BaseMultipleMethodsActor |
Base class for sequenced actors with multiple fire methods.
|
Break |
An actor that implements a control break.
|
IfThen |
A type polymorphic If-Then-Else actor.
|
IfThenElse |
A type polymorphic If-Then-Else actor.
|
SequencedIntegrator |
An integrator actor that can be sequenced and share state across multiple
instances.
|
SequencedSharedMemoryActor |
A base class for shared memory actors in the sequence domain.
|
SequencedVariable |
A variable that can share state across multiple instances and
is used in the sequence domain.
|
While |
A While actor for the sequence domain.
|
Enum | Description |
---|---|
SequencedSharedMemoryActor.Scope |
An enumeration that represents the scope of the memory element.
|