org.powertac.visualizer.domain
Class DayOverview

java.lang.Object
  extended by org.powertac.visualizer.domain.DayOverview

public class DayOverview
extends Object

Represents one-day overview of the competition.

Author:
Jurek

Constructor Summary
DayOverview(List<DayState> dayStates, int day)
           
 
Method Summary
 int getDay()
           
 List<DayState> getDayStates()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DayOverview

public DayOverview(List<DayState> dayStates,
                   int day)
Method Detail

getDayStates

public List<DayState> getDayStates()

getDay

public int getDay()


Copyright © 2012 Power TAC. All Rights Reserved.