Uses of Class
jline.lang.RoutingMatrix
Packages that use RoutingMatrix
Package
Description
Abstractions to declare basic elements of a model.
This package provides an implementation of SolverLN.
-
Uses of RoutingMatrix in jline.lang
Methods in jline.lang that return RoutingMatrixModifier and TypeMethodDescriptionNetwork.initRoutingMatrix()static RoutingMatrixNetwork.serialRouting(List<JobClass> jobClasses, List<Node> nodes) Creates a serial routing matrix connecting nodes in sequence.static RoutingMatrixNetwork.serialRouting(List<JobClass> jobClasses, Node... nodes) Creates a serial routing matrix connecting nodes in sequence.static RoutingMatrixNetwork.serialRouting(List<Node> nodes) Creates a serial routing matrix for all job classes in the network.static RoutingMatrixNetwork.serialRouting(JobClass jobClass, List<Node> nodes) Creates a serial routing matrix for a single job class.static RoutingMatrixNetwork.serialRouting(JobClass jobClass, Node... nodes) Creates a serial routing matrix for a single job class.static RoutingMatrixNetwork.serialRouting(Node... nodes) Creates a serial routing matrix for all job classes in the network.Methods in jline.lang with parameters of type RoutingMatrixModifier and TypeMethodDescriptionNetwork.isRoutingErgodic(RoutingMatrix P) Check if the queueing network routing matrix is ergodic (irreducible).voidNetwork.link(RoutingMatrix P) Network.linkAndLog(RoutingMatrix P, boolean[] isNodeLogged, String logPath) Links the network with logging capability Creates Logger nodes before and after specified stations and updates routing matrixvoidNetwork.relink(RoutingMatrix P) voidRoutingMatrix.set(JobClass jobclass1, JobClass jobclass2, RoutingMatrix rt) voidRoutingMatrix.set(JobClass jobclass, RoutingMatrix rt) -
Uses of RoutingMatrix in jline.solvers.ln
Fields in jline.solvers.ln declared as RoutingMatrixConstructors in jline.solvers.ln with parameters of type RoutingMatrixModifierConstructorDescriptionrecurActGraphReturnType(JobClass curClass, int jobPos, RoutingMatrix P)