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

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

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)
           
 



Copyright © 2013 Power TAC. All Rights Reserved.