See: Description
| Interface | Description |
|---|---|
| IContent<V> |
An interface representing a Message's Content.
|
| IPort |
| Class | Description |
|---|---|
| Content<V> |
A Content is a pair <Port_Name; Value>.
|
| Message |
Message is a Bag of IContent.
|
| Port |
A fancy name for a String.
|
| Ports |
Ports is a HashSet of Port.
|

Port: a decorator for a String, represents the name of the Port a
message passes through.
Ports: an unsorted collection of Port.
IContent, Content: a pair <Port,Value>.
Message: an unsorted collection of IContent.
Copyright © 2017–2019 UniversitĂ© CĂ´te d'Azur, CNRS, I3S. All rights reserved.