Class | Description |
---|---|
AFDXESs |
This actor is an
CommunicationAspect that simulates an AFDX End-systems component
When its AFDXESs.sendToken(Receiver, Receiver, Token) method is called,
the delivery of the specified token to the specified receiver is delayed according
to the AFDX end-system protocol and behavior. |
AFDXESs.AFDXESsAttributes |
The attributes configured per port which is mediated by a
AFDXESs.
|
AFDXSwitch |
A
CommunicationAspect actor that, when its
AFDXSwitch.sendToken(Receiver, Receiver, Token) method is called, delays
the delivery of the specified token to the specified receiver
according to a service rule. |
AFDXSwitch.AfdxSwitchAttributes |
The attributes configured per port which is mediated by a
AfdxSwitch.
|
AFDXVlink |
This java object implements a virtual-link which belongs to the end-system
of an AFDX Network.
|
BasicSwitch |
A
BasicSwitch actor that, when its
BasicSwitch.sendToken(Receiver, Receiver, Token) method is called, delays
the delivery of the specified token to the specified receiver
according to the delays and contention on input buffers, output buffers,
and switch fabric delays. |
BasicSwitch.BasicSwitchAttributes |
The attributes configured per port which is mediated by a
BasicSwitch.
|
Bus |
This actor is a
CommunicationAspect that, when its
Bus.sendToken(Receiver, Receiver, Token) method is called, delays
the delivery of the specified token to the specified receiver
according to a service rule. |
Bus.BusAttributes |
The port specific attributes for ports mediated by a Bus.
|
CrossbarSwitch |
This actor is an
CommunicationAspect that, when its
BasicSwitch.sendToken(Receiver, Receiver, Token) method is called, delays
the delivery of the specified token to the specified receiver
according to a delays on input buffers, delays on output buffers
and delays in the switch fabric of a crossbar switch. |
TTESwitch |
This actor is an
CommunicationAspect that, when its
TTESwitch.sendToken(Receiver, Receiver, Token) method is called, delays
the delivery of the specified token to the specified receiver
according to a service rule. |