Package jline.api.mam
Class Ph_reindex
java.lang.Object
jline.api.mam.Ph_reindex
-
Method Summary
Modifier and TypeMethodDescriptionstatic Map<Integer, Map<Integer, MatrixCell>> Reindexes phase-type (PH) distributions for a network model based on station and job class indices.
-
Method Details
-
ph_reindex
Reindexes phase-type (PH) distributions for a network model based on station and job class indices.- Parameters:
sn- the NetworkStruct object containing the network structure, indexed PH distributions (sn.proc), and internal indexing information- 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
-