Ignore:
Timestamp:
10/16/12 09:38:14 (13 years ago)
Author:
wojtekp
Message:
 
File:
1 moved

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/src/schedframe/scheduling/plugin/local/ResourceAllocation.java

    r477 r517  
    66import schedframe.resources.units.ResourceUnitName; 
    77 
    8 public interface ResourceAllocationInterface { 
     8public interface ResourceAllocation { 
    99         
    1010        /** 
     
    2525        public void freeResources(Map<ResourceUnitName, ResourceUnit> lastUsedResources); 
    2626         
    27         //public void allocateProcessors(Map<ResourceParameterName, ResourceUnit> freeRes); 
    28          
    29  
    30         //public void clearPendingProcessors(List<Resource> choosenResources); 
    31          
    32  
    3327} 
Note: See TracChangeset for help on using the changeset viewer.