Ignore:
Timestamp:
06/26/14 14:24:08 (11 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/test/article2/recs/plugins/energy/RecsNodeBaseEEP.java

    r1368 r1399  
    1515import schedframe.resources.computing.Processor; 
    1616import schedframe.resources.computing.profiles.energy.EnergyEvent; 
    17 import schedframe.resources.computing.profiles.energy.airthroughput.StandardAirThroughputStateName; 
     17import schedframe.resources.computing.profiles.energy.airthroughput.StandardAirflowStateName; 
    1818import schedframe.resources.units.PEUnit; 
    1919import schedframe.resources.units.ProcessingElements; 
     
    5757                try { 
    5858                        if(event.getReason() == EventReason.SIM_INIT) 
    59                                 airThroughput = resource.getAirThroughputInterface().getAirFlow(StandardAirThroughputStateName.OFF); 
     59                                airThroughput = resource.getAirflowInterface().getAirflow(StandardAirflowStateName.OFF); 
    6060                        else 
    61                                 airThroughput = resource.getAirThroughputInterface().getAirFlow(resource.getAirThroughputInterface().getAirThroughputState()); 
     61                                airThroughput = resource.getAirflowInterface().getAirflow(resource.getAirflowInterface().getAirflowState()); 
    6262                } catch (NoSuchFieldException e) { 
    6363                        // TODO Auto-generated catch block 
     
    7171                                if(id - resId == 9 || id - resId == -9){ 
    7272                                        try { 
    73                                                 airThroughput = airThroughput + compResource.getAirThroughputInterface().getAirFlow(compResource.getAirThroughputInterface().getAirThroughputState())/2; 
     73                                                airThroughput = airThroughput + compResource.getAirflowInterface().getAirflow(compResource.getAirflowInterface().getAirflowState())/2; 
    7474                                        } catch (NoSuchFieldException e) { 
    7575                 
Note: See TracChangeset for help on using the changeset viewer.