org.powertac.visualizer.domain
Class DayOverview
java.lang.Object
org.powertac.visualizer.domain.DayOverview
public class DayOverview
- extends Object
Represents one-day overview of the competition.
- Author:
- Jurek
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DayOverview
public DayOverview(List<DayState> dayStates,
int day)
getDayStates
public List<DayState> getDayStates()
getDay
public int getDay()
Copyright © 2012 Power TAC. All Rights Reserved.