Package jline.api.mam
Class Ph_reindexKt
-
- All Implemented Interfaces:
public final class Ph_reindexKt
-
-
Method Summary
Modifier and Type Method Description final static Map<Integer, Map<Integer, MatrixCell>>ph_reindex(NetworkStruct sn)Reindexes phase-type (PH) distributions for a network model based on station and job class indices. -
-
Method Detail
-
ph_reindex
final static Map<Integer, Map<Integer, MatrixCell>> ph_reindex(NetworkStruct sn)
Reindexes phase-type (PH) distributions for a network model based on station and job class indices.
This method converts PH distributions from Station/JobClass object indexing to integer-based indexing. The new index system corresponds to the internal indexing used in a NetworkStruct object, which describes the structure of the network, including the number of stations and classes.
- Parameters:
sn- the NetworkStruct object containing the network structure, indexed PH distributions (sn.- Returns:
a reindexed map where the key is an integer station index and the value is another map with integer job class indices and MatrixCell values
-
-
-
-