GridSim 5.0 beta

Uses of Class
gridsim.parallel.profile.PERange

Packages that use PERange
gridsim.parallel.profile   
 

Uses of PERange in gridsim.parallel.profile
 

Methods in gridsim.parallel.profile that return PERange
 PERange PERange.clone()
          Returns a clone of this range
(package private)  PERange PERange.intersection(PERange rangeb)
          Returns the common range of this range with another
 

Methods in gridsim.parallel.profile that return types with arguments of type PERange
 Iterator<PERange> PERangeList.iterator()
          Returns an iterator for this list.
 

Methods in gridsim.parallel.profile with parameters of type PERange
 boolean PERangeList.add(PERange range)
          Adds a new PE range to the PERangeList
 int PERange.compareTo(PERange range)
          Compares this range against another range of PEs.
(package private)  PERangeList PERange.difference(PERange rangeb)
          Returns the list of ranges resulting from subtracting the given range from this range
(package private)  boolean PERange.intersect(PERange rangeb)
          Checks whether this range intersects with the given range
(package private)  PERange PERange.intersection(PERange rangeb)
          Returns the common range of this range with another
 


GridSim 5.0 beta

The University of Melbourne, Australia, 2009