Package mapping

Class Summary
AvailabilityServer  
CompletionServer  
EndOfFailureAnnouncer  
EndOfFailureAnnouncer.TimeNodeForServers This class represents the time when a server should be declared as up.
FCFS_MS This is the implementation of the FCFS scheduling policy.
FCFS_MS_Thread This Thread is a helper thread for the FCFS_MS objects.
Gcu_MS This is the implementation of the Gcu scheduling policy.
Gcu_MS_Thread This Thread is a helper thread for the Gcu_MS objects.
JobsQueue Every Job Class has its own queue in the LPAS_DG and Gcu mapping schemes.
LP_Solver This class is responsible for solving the LP allocation.
LPAS_DG_MS This is the implementation of the LPAS_DG scheduling policy.
LPAS_DG_MS_SOLVING_TICKER This thread just wakes up every System time unit and resolves the delta star matrix
LPAS_DG_MS_ThreadFCFS  
LPAS_DG_MS_ThreadRB This Thread is a helper thread for the LPAS_DG_MS objects.
LPAS_MS  
Mapper This class is the centre of operation to the software.
MappingScheme To add a mapping scheme, A concrete class that extend this abstract class, thus it must implement the methods of this class.
MET_MS  
NREP_MS A very minor change to the FCFS_MS class which allows the cancel flags to be used.
NREP_MS_Thread This Thread is a helper thread for the FCFS_MS objects.
SLQ_MS This is an implementation of the SLQ scheduling policy
SLQ_MS_Thread This Thread is a helper thread for the SLQ_MS objects.
Testing  
TimeOutAnnouncer  
TimeOutAnnouncer.TimeNode This class stores the time when a job should be completed.
TWOREP_MS_Thread This Thread is a helper thread for the FCFS_MS objects.