Changeset 512 for DCWoRMS/trunk/src/schedframe/resources/computing/description/ComputingResourceDescription.java
- Timestamp:
- 10/12/12 13:04:31 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/src/schedframe/resources/computing/description/ComputingResourceDescription.java
r477 r512 33 33 protected AirThroughputProfile airThroughputProfile; 34 34 protected Location location; 35 protected String category; 35 36 //protected Parameters parameters; 36 37 … … 40 41 41 42 initId(computingResource); 43 this.category = computingResource.getType(); 42 44 43 45 if (computingResource.getComputingResourceTypeChoiceSequence() != null) { … … 263 265 } 264 266 265 267 public String getCategory() { 268 return category; 269 } 266 270 267 271 }
Note: See TracChangeset
for help on using the changeset viewer.