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).
This package provides an implementation of SolverJMT.
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 SolverQNS.
This package provides an implementation of SolverSSA.
-
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 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. -
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.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) SolverENV(Environment renv, NetworkSolver[] solvers) SolverENV(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. -
Uses of NetworkSolver in jline.solvers.jmt
Subclasses of NetworkSolver in jline.solvers.jmt -
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).class -
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.posterior
Methods in jline.solvers.posterior that return NetworkSolverModifier and TypeMethodDescription -
Uses of NetworkSolver in jline.solvers.qns
Subclasses of NetworkSolver in jline.solvers.qns -
Uses of NetworkSolver in jline.solvers.ssa
Subclasses of NetworkSolver in jline.solvers.ssa