Package jline.io
Class QN2LQN
java.lang.Object
jline.io.QN2LQN
Converts 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, AND-forks, AND-joins). The resulting LQN can be solved by SolverLQNS or SolverLN.
Port of MATLAB: matlab/src/io/QN2LQN.m
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LayeredNetworkConvert a Network model to a LayeredNetwork.
-
Constructor Details
-
QN2LQN
public QN2LQN()
-
-
Method Details
-
convert
Convert a Network model to a LayeredNetwork.- Parameters:
model- the queueing network model- Returns:
- a LayeredNetwork representation
-