Package jline.api.mam

Class Map_randKt

  • All Implemented Interfaces:

    
    public final class Map_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 map_rand() Generates a random Markovian Arrival Process (MAP) with 2 states.
      final static MatrixCell map_rand(Integer K) Generates a random Markovian Arrival Process (MAP) with K states.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • map_rand

         final static MatrixCell map_rand()

        Generates a random Markovian Arrival Process (MAP) with 2 states.

        Returns:

        a MatrixCell representing the random MAP transition matrices

      • map_rand

         final static MatrixCell map_rand(Integer K)

        Generates a random Markovian Arrival Process (MAP) with K states.

        Parameters:
        K - the number of states
        Returns:

        a MatrixCell representing the random MAP transition matrices