Changeset 194 for xssim/trunk/src/test


Ignore:
Timestamp:
03/26/12 12:03:57 (13 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • xssim/trunk/src/test/rewolucja/scheduling/plan/AllocationNew.java

    r104 r194  
    33import java.util.Map; 
    44 
    5 import javax.jws.soap.SOAPBinding.Use; 
    6  
    7 import schedframe.resources.units.Memory; 
    85import schedframe.resources.units.ResourceUnit; 
    96import schedframe.scheduling.plan.impl.Allocation; 
    107import schedframe.scheduling.utils.ResourceParameterName; 
    118import test.rewolucja.resources.ProcessingElements; 
    12 import test.rewolucja.resources.ResourceStatus; 
    13 import test.rewolucja.resources.UnitState; 
    14 import test.rewolucja.resources.manager.implementation.ResourceManager; 
    159import test.rewolucja.resources.manager.utils.ResourceManagerUtils; 
    16 import test.rewolucja.resources.physical.base.ComputingResource; 
    1710 
    1811public class AllocationNew extends Allocation implements AllocationInterfaceNew { 
     
    3124                        isProcessing = true; 
    3225                }        
    33                  
    3426        } 
    35          
    3627 
    3728        @Override 
     
    4334                return isProcessing; 
    4435        } 
    45  
    46  
    4736 
    4837        @Override 
Note: See TracChangeset for help on using the changeset viewer.