Uses of Class
jline.solvers.NetworkSolver
Packages that use NetworkSolver
Package
Description
Workflow analysis algorithms.
Layered Queueing Network (LQN) benchmarks for hierarchical system evaluation.
Solver superclasses and related data structures.
Automatic solver selection and configuration for queueing networks.
This package provides an implementation of SolverCTMC.
This package provides an implementation of SolverENV (ENV).
This package provides an implementation of SolverFluid (FLD).
LINE Discrete Event Simulator (LDES) solver using SSJ library.
This package provides an implementation of SolverLN.
This package provides an implementation of SolverMAM.
This package provides an implementation of SolverMVA.
This package provides an implementation of SolverNC.
This package provides an implementation of SolverSSA.
This package provides an implementation of SolverJMT.
This package provides an implementation of SolverQNS.
-
Uses of NetworkSolver in jline.api.wf
Methods in jline.api.wf that return NetworkSolverModifier and TypeMethodDescriptionWf_auto_integration.createOptimalSolver()WorkflowManager.createOptimizedSolver()static NetworkSolverWorkflowManager.getOptimalSolver(Network network) static NetworkSolverWorkflowManager.getOptimalSolver(Network network, SolverOptions options) Get optimal solver for a network without detailed analysis. -
Uses of NetworkSolver in jline.bench.lqn
Methods in jline.bench.lqn that return NetworkSolverModifier and TypeMethodDescription -
Uses of NetworkSolver in jline.gen
Method parameters in jline.gen with type arguments of type NetworkSolverModifier and TypeMethodDescriptionCluster.compareDispatching(Class<? extends NetworkSolver> solverClass, RoutingStrategy... policies) Solves the cluster under each provided dispatching strategy.Cluster.compareScheduling(Class<? extends NetworkSolver> solverClass, SchedStrategy... disciplines) Solves the cluster under each provided scheduling discipline.Cluster.sweepArrivalRate(double[] rates, Class<? extends NetworkSolver> solverClass) Sweeps the (single-class) arrival rate of an open cluster and solves at each value.Cluster.sweepNumStations(int[] counts, Class<? extends NetworkSolver> solverClass) Sweeps the number of parallel servers (homogeneous service rate replicated) and solves at each value. -
Uses of NetworkSolver in jline.inference.lang
Fields in jline.inference.lang with type parameters of type NetworkSolver -
Uses of NetworkSolver in jline.solvers
Fields in jline.solvers declared as NetworkSolverMethods in jline.solvers that return NetworkSolverModifier and TypeMethodDescriptionNetworkSolver.SolverConfigurator.build()EnsembleSolver.getSolver(int e) Returns the child solver associated with sub-model (stage)e.NetworkSolver.initFromSolver(NetworkSolver initSolver) Warm-start the solver from the steady-state solution of an auxiliary solver.Methods in jline.solvers that return types with arguments of type NetworkSolverModifier and TypeMethodDescriptionstatic List<NetworkSolver> NetworkSolver.getAllSolvers(Network model) Returns a list containing instances of all available network solvers for the given model.Methods in jline.solvers with parameters of type NetworkSolverModifier and TypeMethodDescriptionNetworkSolver.initFromSolver(NetworkSolver initSolver) Warm-start the solver from the steady-state solution of an auxiliary solver.static MatrixWarmStart.warmStartPlacement(NetworkSolver initSolver, NetworkStruct sn) Integer job placement (nstations x nclasses) decided by the steady-state solution of the auxiliary solver.Constructors in jline.solvers with parameters of type NetworkSolver -
Uses of NetworkSolver in jline.solvers.auto
Subclasses of NetworkSolver in jline.solvers.autoModifier and TypeClassDescriptionclassAUTO is an alias for SolverAUTO (Automatic solver selection).classLINE solver - Java/Kotlin implementation equivalent to MATLAB LINE.mclassAutomatic solver selection for queueing network models.Methods in jline.solvers.auto that return NetworkSolverModifier and TypeMethodDescriptionstatic NetworkSolverStatic factory method to create and configure a solver based on the chosen method This matches the MATLAB LINE.load() static method functionality -
Uses of NetworkSolver in jline.solvers.ba
Subclasses of NetworkSolver in jline.solvers.baModifier and TypeClassDescriptionclassSolverBA is the dedicated bound-analysis solver for closed queueing networks. -
Uses of NetworkSolver in jline.solvers.ctmc
Subclasses of NetworkSolver in jline.solvers.ctmcModifier and TypeClassDescriptionclassCTMC is an alias for SolverCTMC (Continuous Time Markov Chain solver).classSolver for Continuous-Time Markov Chain (CTMC) analysis of queueing networks. -
Uses of NetworkSolver in jline.solvers.env
Constructors in jline.solvers.env with parameters of type NetworkSolverModifierConstructorDescriptionENV(Environment renv, NetworkSolver[] solvers) ENV(Environment renv, NetworkSolver[] solvers, SolverOptions options) -
Uses of NetworkSolver in jline.solvers.fluid
Subclasses of NetworkSolver in jline.solvers.fluidModifier and TypeClassDescriptionclassFLD is an alias for SolverFluid (Fluid/Mean-Field Approximation solver).classFluid is an alias for SolverFluid (Fluid/Mean-Field Approximation solver).classFLD - Fluid/Mean-Field Approximation solver.Constructors in jline.solvers.fluid with parameters of type NetworkSolverModifierConstructorDescriptionSolverFluid(Network model, NetworkSolver initSolver, Object... varargin) Creates a new SolverFluid that warm-starts the ODE integration from the steady-state solution of an auxiliary solver (seeinitFromSolver(jline.solvers.NetworkSolver)). -
Uses of NetworkSolver in jline.solvers.ldes
Subclasses of NetworkSolver in jline.solvers.ldesModifier and TypeClassDescriptionclassLDES is an alias for SolverLDES (Discrete Event Simulation solver).classMethods in jline.solvers.ldes with parameters of type NetworkSolverModifier and TypeMethodDescriptionSolverLDES.initFromSolver(NetworkSolver initSolver) Warm-start the simulation from the steady-state solution of an auxiliary solver.Constructors in jline.solvers.ldes with parameters of type NetworkSolverModifierConstructorDescriptionSolverLDES(Network model, NetworkSolver initSolver, Object... args) Constructs a SolverLDES that warm-starts the simulation from the steady-state distribution computed by another solver. -
Uses of NetworkSolver in jline.solvers.ln
Methods in jline.solvers.ln that return NetworkSolver -
Uses of NetworkSolver in jline.solvers.mam
Subclasses of NetworkSolver in jline.solvers.mam -
Uses of NetworkSolver in jline.solvers.mva
Subclasses of NetworkSolver in jline.solvers.mva -
Uses of NetworkSolver in jline.solvers.nc
Subclasses of NetworkSolver in jline.solvers.nc -
Uses of NetworkSolver in jline.solvers.ssa
Subclasses of NetworkSolver in jline.solvers.ssaModifier and TypeClassDescriptionclassclassSSA is an alias for SolverSSA (Stochastic State-space Analysis solver).Constructors in jline.solvers.ssa with parameters of type NetworkSolverModifierConstructorDescriptionSolverSSA(Network model, NetworkSolver initSolver, Object... args) Creates a new SolverSSA that warm-starts the simulated trajectory from the steady-state solution of an auxiliary solver (seeinitFromSolver(jline.solvers.NetworkSolver)). -
Uses of NetworkSolver in jline.solvers.uq
Methods in jline.solvers.uq that return NetworkSolver -
Uses of NetworkSolver in jline.solvers.wrappers.jmt
Subclasses of NetworkSolver in jline.solvers.wrappers.jmtModifier and TypeClassDescriptionclassJMT is an alias for SolverJMT (Java Modelling Tools solver).classSolver interface to the Java Modelling Tools (JMT) simulation engine.Constructors in jline.solvers.wrappers.jmt with parameters of type NetworkSolverModifierConstructorDescriptionSolverJMT(Network model, NetworkSolver initSolver, Object... varargin) Creates a new SolverJMT that preloads the stations with the steady-state solution of an auxiliary solver (seeinitFromSolver(jline.solvers.NetworkSolver)). -
Uses of NetworkSolver in jline.solvers.wrappers.qns
Subclasses of NetworkSolver in jline.solvers.wrappers.qns