Ignore:
Timestamp:
06/18/14 14:05:53 (11 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/schedframe/resources/computing/profiles/energy/power/ui/NodePowerInterface.java

    r1321 r1384  
    1414public class NodePowerInterface extends ComputingResourcePowerInterface{ 
    1515 
    16         public static long START_TIME = 600000; 
    17         public static long SHUTDOWN_TIME = 300000; 
    18         public static double START_COST = 4000; 
    19         public static double SHUTDOWN_COST = 2000; 
    20  
    21          
    2216        public NodePowerInterface(ComputingResource resource, PowerProfile pp){ 
    2317                super(resource, pp); 
Note: See TracChangeset for help on using the changeset viewer.