Package jline.api.mam

Class Mmap_mapsKt

  • All Implemented Interfaces:

    
    public final class Mmap_mapsKt
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Map<Integer, MatrixCell> mmap_maps(MatrixCell MMAP) Extracts K Markovian Arrival Processes (MAPs) from a given MMAP, one for each class.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • mmap_maps

         final static Map<Integer, MatrixCell> mmap_maps(MatrixCell MMAP)

        Extracts K Markovian Arrival Processes (MAPs) from a given MMAP, one for each class.

        This method creates a MAP for each class in the MMAP by separating the transitions related to that class. Each resulting MAP has its own set of transition matrices, derived from the original MMAP.

        Parameters:
        MMAP - the original MMAP
        Returns:

        a map containing K MAPs, each stored in a MatrixCell