Package jline.api.mam
Class Mmap_randKt
-
- All Implemented Interfaces:
public final class Mmap_randKt
-
-
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. -
-
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 MAPclasses
- 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
-
-
-
-