Uses of Class
mapping.Mapper

Packages that use Mapper
arrival_generator   
generating   
interfacing   
logging   
mapping   
mapping.data   
 

Uses of Mapper in arrival_generator
 

Constructors in arrival_generator with parameters of type Mapper
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 Mapper in generating
 

Methods in generating that return Mapper
 Mapper TestRepeater.getMapper()
           
 Mapper JobsGenerator.getMapper()
           
 Mapper GeneratorsController.getMapper()
           
 

Methods in generating with parameters of type Mapper
 void TestRepeater.setMapper(Mapper mapper)
           
 void JobsGenerator.setMapper(Mapper mapper)
           
 void GeneratorsController.setMapper(Mapper mapper)
           
 

Constructors in generating with parameters of type Mapper
GeneratorsController(Mapper mapper)
           
JobsGenerator(JobClass jobClass, Mapper mapper)
          The main constructor
TestRepeater(java.lang.String fileName, java.util.GregorianCalendar startOfThisTest, Mapper mapper)
          A default constructor.
 

Uses of Mapper in interfacing
 

Methods in interfacing that return Mapper
 Mapper ServersProcessingRatesTableModelListener.getMapper()
           
 Mapper ServersProcessingRatesJPanel.getMapper()
           
 Mapper MainFrame.getMapper()
           
 

Methods in interfacing with parameters of type Mapper
 void ServersProcessingRatesTableModelListener.setMapper(Mapper mapper)
           
 void MainFrame.setMapper(Mapper mapper)
           
 

Constructors in interfacing with parameters of type Mapper
ServersProcessingRatesTableModelListener(Mapper mapper, int id)
           
 

Uses of Mapper in logging
 

Methods in logging that return Mapper
 Mapper SavingRunnable.getMapper()
           
 

Methods in logging with parameters of type Mapper
static void Reporter.generateReportAboutJobClasses(Mapper mapper, GeneratorsController controller, java.lang.String fileName)
          This method generates a report (file) about the job classes during or after a test.
static void Reporter.generateReportAboutSystemStatistics(Mapper mapper, java.lang.String fileName)
          This method generates report about system level statistics such as Scheduling scheme, Start Time, Duration, Communication Delay, and Waiting time, etc..
static void Reporter.generateReportOfMue(Mapper mapper, java.lang.String fileName)
          This report generate a text file containing Mue Matrix (Processing Rates) and the actual Processing rates that were obtained during or after a test.
static void MueReader.readMue(Mapper mapper, java.lang.String fileName)
          This method is used to read a Mue Matrix from a file and set the assumed rates accordingly.
 void SavingRunnable.setMapper(Mapper mapper)
           
 

Constructors in logging with parameters of type Mapper
SavingRunnable(Mapper mapper, GeneratorsController controller, int timeBetweenSaves)
           
 

Uses of Mapper in mapping
 

Methods in mapping that return Mapper
 Mapper TimeOutAnnouncer.getMapper()
           
 Mapper MappingScheme.getMapper()
           
 Mapper EndOfFailureAnnouncer.getMapper()
           
 Mapper CompletionServer.getMapper()
           
 Mapper AvailabilityServer.getMapper()
           
 

Methods in mapping with parameters of type Mapper
static void Testing.buildTablesAndSolve_v2(Mapper m)
           
static void Testing.buildTablesAndSolve(Mapper m)
           
static void Testing.generateTaskForTest(int jobClassID, Mapper m)
           
static void Testing.LPAS_Test(Mapper m)
           
static void Testing.prepareLPAS_DG(Mapper m)
           
 void TimeOutAnnouncer.setMapper(Mapper mapper)
           
 void MappingScheme.setMapper(Mapper mapper)
           
 void EndOfFailureAnnouncer.setMapper(Mapper mapper)
           
 void CompletionServer.setMapper(Mapper mapper)
           
 void AvailabilityServer.setMapper(Mapper mapper)
           
 

Constructors in mapping with parameters of type Mapper
AvailabilityServer(Mapper mapper)
          Default constructor.
CompletionServer(Mapper mapper)
          Default constructor.
EndOfFailureAnnouncer(Mapper mapper)
          A default constructor.
FCFS_MS(Mapper mapper)
          A default constructor.
Gcu_MS(Mapper mapper)
          A default constructor.
LPAS_DG_MS(Mapper mapper)
           
MappingScheme(Mapper mapper)
          A default constructor
MET_MS(Mapper mapper)
           
NREP_MS(Mapper mapper)
          A default constructor.
SLQ_MS(Mapper mapper)
          A default constructor.
TimeOutAnnouncer(Mapper mapper)
          A default constructor.
 

Uses of Mapper in mapping.data
 

Constructors in mapping.data with parameters of type Mapper
IDsQueue(Mapper mapper)