GridSim 5.0 beta

Uses of Class
gridsim.Machine

Packages that use Machine
gridsim Classes that form the main simulation structure of GridSim
gridsim.parallel   
 

Uses of Machine in gridsim
 

Methods in gridsim that return Machine
 Machine MachineList.getMachine(int id)
          Gets the Machine object for a particular ID
 Machine MachineList.getMachineInPos(int index)
          Gets the machine in a given position in the list.
 Machine MachineList.getMachineWithFreePE()
          Gets a Machine with free PE
 Machine ResourceCharacteristics.getMachineWithFreePE()
          Gets a Machine with at least one empty PE
 Machine MachineList.getMachineWithFreePE(int numPE)
          Gets a Machine with a specified number of free PE
 Machine ResourceCharacteristics.getMachineWithFreePE(int numPE)
          Gets a Machine with at least a given number of free PE
 

Uses of Machine in gridsim.parallel
 

Methods in gridsim.parallel that return Machine
 Machine ResourceDynamics.getMachineWithFreePE()
          Gets a Machine with at least one empty PE
NOTE: Not supported.
 Machine ResourceDynamics.getMachineWithFreePE(int numPE)
          Gets a Machine with at least a given number of free PE
NOTE: Not supported.
 

Methods in gridsim.parallel that return types with arguments of type Machine
 LinkedList<Machine> ResourceDynamics.getListMachineWithFreePE()
          Returns a list of machines with free PEs.
NOTE: Not supported.
 


GridSim 5.0 beta

The University of Melbourne, Australia, 2009