Uses of Class
mapping.MappingScheme

Packages that use MappingScheme
mapping   
 

Uses of MappingScheme in mapping
 

Subclasses of MappingScheme in mapping
 class FCFS_MS
          This is the implementation of the FCFS scheduling policy.
 class Gcu_MS
          This is the implementation of the Gcu scheduling policy.
 class LPAS_DG_MS
          This is the implementation of the LPAS_DG scheduling policy.
 class MET_MS
           
 class NREP_MS
          A very minor change to the FCFS_MS class which allows the cancel flags to be used.
 class SLQ_MS
          This is an implementation of the SLQ scheduling policy
 

Methods in mapping that return MappingScheme
 MappingScheme Mapper.getMappingScheme()
           
 

Methods in mapping with parameters of type MappingScheme
 void Mapper.setMappingScheme(MappingScheme mappingScheme)