Uses of Class
mapping.data.JobClass

Packages that use JobClass
adjusting   
arrival_generator   
generating   
mapping   
mapping.data   
 

Uses of JobClass in adjusting
 

Methods in adjusting with parameters of type JobClass
static double Adjuster.getRatio(JobClass jobClass, Server server)
          For the Loop processes that is constructed from 4 loops.
 

Uses of JobClass in arrival_generator
 

Constructors in arrival_generator with parameters of type JobClass
EXP_AND_UNI_AG(JobClass jobClass, Mapper mapper)
           
EXP_DIST_AG(JobClass jobClass, Mapper mapper)
           
FILE_READ_AG(JobClass jobClass, Mapper mapper, java.lang.String filename)
           
UNI_DIST_AG(JobClass jobClass, Mapper mapper)
           
 

Uses of JobClass in generating
 

Constructors in generating with parameters of type JobClass
JobsGenerator(JobClass jobClass, Mapper mapper)
          The main constructor
 

Uses of JobClass in mapping
 

Methods in mapping that return JobClass
 JobClass Mapper.getJobClass(int i)
           
 

Uses of JobClass in mapping.data
 

Methods in mapping.data with parameters of type JobClass
 void JobClassesTable.addJobClass(JobClass jobClass)
          This method is used to add Job Classes objects.