|
Class Summary |
| BooleanMessage |
This class represents a message containing a boolean. |
| Door |
This class represents a node's door. |
| IntegerMessage |
This class represents a message containing an integer. |
| Message |
This is the abstract base class representing the messages exchanged between the network nodes. |
| MessagePacket |
This class encapsulated a message in transit on the network. |
| MessageType |
This class represents the type of the messages. |
| NeighborMessage |
This class represents information (label, mark) about a neighbor. |
| StringMessage |
This class represents a message containing a string. |
| VectorMessage |
This class represents a message containing a set of information which can be of different type. |