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