Changeset 1426 for DCWoRMS/branches


Ignore:
Timestamp:
07/30/14 13:25:29 (11 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/test/appProfConverter/dcworms/SoftwareProfile.java

    r1419 r1426  
    1111                this.taskId = executable.getApplicationName(); 
    1212                 
    13                 int nPhases = executable.getExecutionProfile().getResourceConsumptionList().size(); 
     13                int nPhases = executable.getExecutionProfile().getExecutionPhases().size(); 
    1414                phases = new SoftwarePhase[nPhases]; 
    1515                 
    1616 
    1717                for (int i = 0; i < nPhases; i++) { 
    18                         ExecutionPhase resConsumption = executable.getExecutionProfile().getResourceConsumptionList().get(i); 
     18                        ExecutionPhase resConsumption = executable.getExecutionProfile().getExecutionPhases().get(i); 
    1919                        SoftwarePhase swPhase = new SoftwarePhase(); 
    2020 
Note: See TracChangeset for help on using the changeset viewer.