Uses of Class
org.powertac.visualizer.domain.wholesale.WholesaleSnapshot

Packages that use WholesaleSnapshot
org.powertac.visualizer.domain.wholesale   
org.powertac.visualizer.user   
 

Uses of WholesaleSnapshot in org.powertac.visualizer.domain.wholesale
 

Methods in org.powertac.visualizer.domain.wholesale that return WholesaleSnapshot
 WholesaleSnapshot WholesaleMarket.findSnapshot(int timeslotSerialNumber)
          Returns WholesaleSnapshot by given timeslot serial number.
 WholesaleSnapshot WholesaleMarket.getLastWholesaleSnapshotWithClearing()
           
 

Methods in org.powertac.visualizer.domain.wholesale that return types with arguments of type WholesaleSnapshot
 ArrayList<WholesaleSnapshot> WholesaleMarket.getSnapshots()
           
 Map<Integer,WholesaleSnapshot> WholesaleMarket.getSnapshotsMap()
           
 

Methods in org.powertac.visualizer.domain.wholesale with parameters of type WholesaleSnapshot
 void WholesaleMarket.setLastWholesaleSnapshotWithClearing(WholesaleSnapshot lastWholesaleSnapshotWithClearing)
           
 

Uses of WholesaleSnapshot in org.powertac.visualizer.user
 

Methods in org.powertac.visualizer.user that return WholesaleSnapshot
 WholesaleSnapshot WholesaleBean.getSelectedSnapshot()
           
 

Methods in org.powertac.visualizer.user with parameters of type WholesaleSnapshot
 void WholesaleBean.setSelectedSnapshot(WholesaleSnapshot selectedSnapshot)
           
 



Copyright © 2012 Power TAC. All Rights Reserved.