Ignore:
Timestamp:
10/12/12 13:04:31 (13 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/src/schedframe/resources/computing/description/ComputingResourceDescription.java

    r477 r512  
    3333        protected AirThroughputProfile airThroughputProfile; 
    3434        protected Location location; 
     35        protected String category; 
    3536        //protected Parameters parameters; 
    3637 
     
    4041 
    4142                initId(computingResource); 
     43                this.category = computingResource.getType(); 
    4244 
    4345                if (computingResource.getComputingResourceTypeChoiceSequence() != null) { 
     
    263265        } 
    264266 
    265  
     267        public String getCategory() { 
     268                return category; 
     269        } 
    266270 
    267271} 
Note: See TracChangeset for help on using the changeset viewer.