| Class | Description |
|---|---|
| CompiledCompositeActor |
A composite actor that can be optionally code generated and then
invoked via reflection.
|
| EmbeddedCodeActor |
An actor of this class executes compiled embedded code.
|
| EmbeddedCodeActor.EmbeddedActor |
An actor inside the embeddedJavaActor that is used as a dummy
placeholder.
|
| ModularCodeGenLazyTypedCompositeActor |
An aggregation of typed actors with lazy evaluation.
|
| ModularCodeGenTypedCompositeActor |
A TypedCompositeActor with Lazy evaluation for Modular code generation.
|
| ModularCompiledSDFTypedCompositeActor |
An aggregation of typed actors with lazy evaluation.
|
| PointerToken |
A token that contains the memory location of a C object.
|
| PointerToken.PointerType |
The pointer type.
|
| Profile |
Meta information about
modularly generated code such as port information.
|
| Profile.Connection |
A named connection between an actor and a junction.
|
| Profile.FiringFunction |
The Firing Function.
|
| Profile.FiringFunctionPort |
A firing function port.
|
| Profile.Junction |
A profiled Junction.
|
| Profile.Port |
The port information to interface with modular code.
|
| Profile.ProfileActor |
A class for actors in a graph information.
|