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

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/dcworms/schedframe/scheduling/ExecTask.java

    r1362 r1396  
    44 
    55import schedframe.scheduling.ExecutionHistoryItem; 
    6 import schedframe.scheduling.ResourceHistoryItem; 
     6import schedframe.scheduling.ResourceItem; 
    77import schedframe.scheduling.tasks.TaskInterface; 
    8 import schedframe.scheduling.tasks.phases.ResourceConsumption; 
    98import schedframe.scheduling.tasks.phases.ExecutionProfile; 
    109import schedframe.scheduling.tasks.requirements.ResourceParameterName; 
     
    1514        public Object getExpectedSpecificResource(ResourceParameterName resourceName); 
    1615         
    17         public LinkedList<ExecutionHistoryItem> getExecHistory(); 
    18         public LinkedList<ResourceHistoryItem> getAllocatedResources(); 
     16        public ExecutionProfile getExecutionProfile(); 
    1917         
    20         public ExecutionProfile getResourceConsumptionProfile(); 
    21         public ResourceConsumption getCurrentResourceConsumption(); 
     18        public LinkedList<ResourceItem> getAllocatedResources(); 
     19    public String getSchedulerName(); 
    2220         
    23     public String getSchedulerName(); 
     21        public LinkedList<ExecutionHistoryItem> getExecutionHistory(); 
     22 
    2423} 
Note: See TracChangeset for help on using the changeset viewer.