Ignore:
Timestamp:
10/09/12 13:58:06 (13 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/src/schedframe/ResourceController.java

    r477 r490  
    1919        protected static List<ComputingResource> computingResources; 
    2020        protected Deque<Initializable> toInit; 
     21        protected Set<String> compResLayers; 
    2122         
    2223        public  ResourceController(Scheduler logicalStructure, List<ComputingResource> compResources){ 
     
    144145        } 
    145146 
     147        public Set<String> getComputingResourceLayers() { 
     148                return compResLayers; 
     149        } 
     150 
     151        public void setCompResLayers(Set<String> compResLayers) { 
     152                this.compResLayers = compResLayers; 
     153        } 
     154 
     155 
    146156} 
Note: See TracChangeset for help on using the changeset viewer.