Package jline.io
Class QN2LQN
-
- All Implemented Interfaces:
public class QN2LQNConverts a Queueing Network model to a Layered Queueing Network model.
This conversion creates an LQN representation of a closed queueing network, mapping stations to processors/tasks/entries/activities and routing to activity precedences (OR-forks). The resulting LQN can be solved by SolverLQNS.
Port of MATLAB: matlab/src/io/QN2LQN.m
-
-
Constructor Summary
Constructors Constructor Description QN2LQN()
-
Method Summary
Modifier and Type Method Description static LayeredNetworkconvert(Network model)Convert a Network model to a LayeredNetwork. -
-
Method Detail
-
convert
static LayeredNetwork convert(Network model)
Convert a Network model to a LayeredNetwork.
- Parameters:
model- the queueing network model- Returns:
a LayeredNetwork representation
-
-
-
-