- Timestamp:
- 03/26/12 12:00:41 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
xssim/trunk/src/test/rewolucja/scheduling/JobRegistry.java
r174 r185 27 27 import schedframe.scheduling.TaskInterface; 28 28 import schedframe.scheduling.utils.ResourceParameterName; 29 import test.rewolucja.resources.ProcessingElements;30 import test.rewolucja.resources.physical.base.ComputingResource;31 29 import test.rewolucja.scheduling.plan.AllocationInterfaceNew; 32 30 … … 255 253 public void saveHistory (SubmittedTask submittedTask, int estimatedTime, Map<ResourceParameterName, ResourceUnit> choosenResources){ 256 254 257 /*submittedTask.setEstimatedDuration(estimatedTime);255 /*submittedTask.setEstimatedDuration(estimatedTime); 258 256 259 257 DateTime currentTime = new DateTime();
Note: See TracChangeset
for help on using the changeset viewer.