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) -
Method Summary
Modifier and Type Method Description intgetTimeslotIndex()StringtoString()
-
Constructor Details
-
TimeslotComplete
public TimeslotComplete(int timeslotIndex)
-
-
Method Details
-
getTimeslotIndex
public int getTimeslotIndex() -
toString
-