|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
A comparator used in the PriorityQueue to order messages according to their timestamps. More...

Public Member Functions | |
| int | compare (MessageWrapper m1, MessageWrapper m2) |
| Compares the timestamp of two messages. | |
A comparator used in the PriorityQueue to order messages according to their timestamps.
| int frodo2.communication.mailer.CentralMailer.TimestampComparator.compare | ( | MessageWrapper | m1, |
| MessageWrapper | m2 ) |
Compares the timestamp of two messages.
| m1 | the first message |
| m2 | the second message |
References frodo2.communication.MessageWrapper.getMessageCounter(), and frodo2.communication.MessageWrapper.getTime().
