Package jline.api.mam
Class Map_super
java.lang.Object
jline.api.mam.Map_super
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixCellmap_super(MatrixCell MAPa, MatrixCell MAPb) Creates a superposition of two Markovian Arrival Processes (MAPs) to form a new MAP.
-
Method Details
-
map_super
Creates a superposition of two Markovian Arrival Processes (MAPs) to form a new MAP.- Parameters:
MAPa- The first Markovian Arrival Process stored in a MatrixCell.MAPb- The second Markovian Arrival Process stored in a MatrixCell.- Returns:
- A MatrixCell representing the superposed MAP, formed by combining the input MAPs.
-