org.powertac.visualizer.interfaces
Interface TimeslotModelUpdate

All Known Implementing Classes:
Customer, Genco

public interface TimeslotModelUpdate

For objects that need to (per timeslot) update their states.

Author:
Jurica Babic

Method Summary
 void update(int timeslotIndex, org.joda.time.Instant postedTime)
           
 

Method Detail

update

void update(int timeslotIndex,
            org.joda.time.Instant postedTime)
Parameters:
timeslotIndex - update will be run for this timeslot index.


Copyright © 2013 Power TAC. All Rights Reserved.