Package haifa.shopsim.algorithms

This package is the base for other packages that will implement certain algorithms.

See:
          Description

Class Summary
AbstractAlgorithm This class implements the ShopAlgorithm interface and handles some of the work that should be perofrmed by any algorithm.
BGFluidAlgorithm This class is still not ready.
BufferPriorityAlgorithm An abstract class with one important method: setPriority(Map map,List ops); When this method is implemented by a dervied class it defines the priority dispatching rule.
DWFluidAlgorithm This class is not still ready.
FBFSPriorityAlgorithm Given two operations (r1,o1) and (r2,o2).
FIAalgorithm This is the FluidImmitationAlgorithm(FIA).
LBFSPriorityAlgorithm  
MakespanFIAalgorithm This is the previously known GFA algorithm in Tabi Budoukh's Thesis.
RandomJobAlgorithm This algorithms decides what do by drawing from a discrete uniform distribution on all of the job classes that are schedulable at a given time.
SimpleRandomAlgorithm This algorithms decides what do by drawing from a discrete uniform distribution on all of the job classes that are schedulable at a given time.
SmartRandomAlgorithm This algorithms decides what do by drawing from a discrete uniform distribution on all of the job classes that are schedulable at a given time.
 

Package haifa.shopsim.algorithms Description

This package is the base for other packages that will implement certain algorithms.