See: Description
Class | Description |
---|---|
AtomicCommunicationAspect |
This abstract class implements functionality of an atomic
communication aspect.
|
AtomicExecutionAspect |
This is a base class for resource schedulers.
|
CanBus |
This actor is an
CommunicationAspect that simulates a CAN bus network
When its CanBus.sendToken(Receiver, Receiver, Token) method is called,
the delivery of the specified token to the specified receiver is delayed according to the CAN protocol. |
CanBus.CanBusAttributes |
The attributes configured per port which is mediated by a
CanBus.
|
CanBusPriority |
This actor is a
Transformer designed for use with the CanBus . |
CommunicationRequestPort |
This actor implements an input port in a composite communication aspect
(@link CompositeCommunicationAspect).
|
CommunicationResponsePort |
This actor implements an output port in a composite communication aspect
(@link CompositeCommunicationAspect).
|
CompositeCommunicationAspect |
This class implements functionality of a composite communication aspect.
|
CompositeCommunicationAspect.CompositeCommunicationAspectAttributes |
Attributes for ports decorated by this composite communication aspect.
|
CompositeExecutionAspect |
This is a composite execution aspect.
|
CompositeExecutionAspect.CompositeExecutionAspectAttributes |
Attributes for actors decorated by this CompositeExecutionAspects.
|
DynamicCoreAssignmentScheduler |
This resource scheduler dynamically assigns actors to other
resource schedulers.
|
EDFScheduler |
This is an earliest deadline first scheduler.
|
ExecutionRequestPort |
This actor implements an input port in a composite communication aspect
(@link CompositeQM).
|
ExecutionResponsePort |
This actor implements an output port in a CompositeExecutionAspect
(@link CompositeExecutionAspect).
|
ExecutionTimeAttributes |
Container for decorator attributes that are provided to actors by
a ExecutionAspect that schedules execution times.
|
FCFSScheduler |
This is a first come first serve scheduler.
|
FixedPriorityScheduler |
This is a fixed priority scheduler resource manager on a single processor or core.
|
PriorityResourceAttributes |
Container for decorator attributes that are provided to actors by
a
ActorExecutionAspect . |