Package jline.api.mam

Class Mmap_randKt

  • All Implemented Interfaces:

    
    public final class Mmap_randKt
    
                        
    • 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 MatrixCell mmap_rand(Integer order, Integer classes) Generates a random MMAP (Marked Markovian Arrival Process) with a given order and number of classes.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • mmap_rand

         final static MatrixCell mmap_rand(Integer order, Integer classes)

        Generates a random MMAP (Marked Markovian Arrival Process) with a given order and number of classes.

        Parameters:
        order - the number of phases (order) in the MAP
        classes - the number of different classes (types) of arrivals in the MMAP
        Returns:

        a MatrixCell representing the MMAP, containing the D0, D1 matrices, and class-specific matrices