Changeset 194 for xssim/trunk/src
- Timestamp:
- 03/26/12 12:03:57 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
xssim/trunk/src/test/rewolucja/scheduling/plan/AllocationNew.java
r104 r194 3 3 import java.util.Map; 4 4 5 import javax.jws.soap.SOAPBinding.Use;6 7 import schedframe.resources.units.Memory;8 5 import schedframe.resources.units.ResourceUnit; 9 6 import schedframe.scheduling.plan.impl.Allocation; 10 7 import schedframe.scheduling.utils.ResourceParameterName; 11 8 import test.rewolucja.resources.ProcessingElements; 12 import test.rewolucja.resources.ResourceStatus;13 import test.rewolucja.resources.UnitState;14 import test.rewolucja.resources.manager.implementation.ResourceManager;15 9 import test.rewolucja.resources.manager.utils.ResourceManagerUtils; 16 import test.rewolucja.resources.physical.base.ComputingResource;17 10 18 11 public class AllocationNew extends Allocation implements AllocationInterfaceNew { … … 31 24 isProcessing = true; 32 25 } 33 34 26 } 35 36 27 37 28 @Override … … 43 34 return isProcessing; 44 35 } 45 46 47 36 48 37 @Override
Note: See TracChangeset
for help on using the changeset viewer.