See: Description
Class | Description |
---|---|
CrossbarMessage |
A message which a process can send to a
MessageCrossbar or a
MessageChannel to activate processes waiting on the them. |
MessageChannel<T extends SimProcess> |
Represents a message channel which resides on a
MessageCrossbar . |
MessageCrossbar<T extends SimProcess> |
The MessageCrossbar is a higher modeling construct used to synchronize
processes.
|
Enum | Description |
---|---|
CrossbarMessage.DistributionMode |
The DistributionMode defines how a CrossbarMessage is distributed to
receiver processes.
|