Changeset 546 for DCWoRMS/trunk/src/schedframe/resources/computing/profiles/energy/power/PowerProfile.java
- Timestamp:
- 11/05/12 16:05:28 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/src/schedframe/resources/computing/profiles/energy/power/PowerProfile.java
r512 r546 16 16 protected EnergyEstimationPlugin energyEstimationPlugin; 17 17 18 protected List< schedframe.resources.computing.profiles.energy.power.PowerState> supportedPowerStates;18 protected List<PowerState> supportedPowerStates; 19 19 protected Map<String, PState> supportedPStates; 20 20 … … 60 60 } 61 61 62 public List< schedframe.resources.computing.profiles.energy.power.PowerState> getSupportedPowerStates() throws NoSuchFieldException{62 public List<PowerState> getSupportedPowerStates() throws NoSuchFieldException{ 63 63 if(supportedPowerStates == null) 64 64 throw new NoSuchFieldException("Supported power states are not defined.");
Note: See TracChangeset
for help on using the changeset viewer.