- Timestamp:
- 03/31/14 16:01:31 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/schedframe/resources/devices/description/PhysicalResourceDescription.java
r1294 r1317 48 48 } 49 49 50 public void addChildren(PhysicalResourceDescription child) { 51 super.addChildren(child); 52 if(child.getLoadProfile().getLoadCalendar().getLoadDistribution().size() == 0){ 53 child.getLoadProfile().getLoadCalendar().getLoadDistribution().addAll(this.getLoadProfile().getLoadCalendar().getLoadDistribution()); 54 } 55 } 56 50 57 protected void initProfiles(Profile profile) { 51 58 if (profile != null) {
Note: See TracChangeset
for help on using the changeset viewer.