Package org.powertac.common.msg
Class TimeslotComplete
- java.lang.Object
-
- org.powertac.common.msg.TimeslotComplete
-
public class TimeslotComplete extends Object
Message type that is guaranteed to be sent to brokers as the last outgoing message in a timeslot. It carries the timeslot index, so brokers can use it to check whether they are in sync. Note that this is not a "standard" domain type, since it does not have an ID and is not logged in the state log. It is just a message.- Author:
- John Collins
-
-
Constructor Summary
Constructors Constructor Description TimeslotComplete(int timeslotIndex)
-