Uses of Interface
jline.solvers.ln.SolverFactory
Packages that use SolverFactory
Package
Description
Layered Queueing Network (LQN) benchmarks for hierarchical system evaluation.
This package provides an implementation of SolverENV (ENV).
This package provides an implementation of SolverLN.
-
Uses of SolverFactory in jline.bench.lqn
Classes in jline.bench.lqn that implement SolverFactoryModifier and TypeClassDescriptionstatic classCustom solver factory with configurable parametersstatic classDefault solver factory for LQN benchmarksstatic classFluid solver factory for LQN benchmarksstatic classLQNS-style solver factory for LQN benchmarksstatic classMVA solver factory for LQN benchmarksstatic classNC solver factory for LQN benchmarksstatic classSRVN-style solver factory for LQN benchmarksstatic classCustom solver factory for LQN benchmarks -
Uses of SolverFactory in jline.solvers.env
Constructors in jline.solvers.env with parameters of type SolverFactoryModifierConstructorDescriptionENV(Environment renv, SolverFactory factory) Creates an ENV solver from a factory that produces an inner solver for each stage sub-model.ENV(Environment renv, SolverFactory factory, SolverOptions options) Creates an ENV solver from a per-stage solver factory, with options. -
Uses of SolverFactory in jline.solvers.ln
Fields in jline.solvers.ln declared as SolverFactoryMethods in jline.solvers.ln with parameters of type SolverFactoryModifier and TypeMethodDescriptionvoidSolverLN.updateSolver(SolverFactory newSolverFactory) Change the solver for all layers.Constructors in jline.solvers.ln with parameters of type SolverFactoryModifierConstructorDescriptionLN(LayeredNetwork model, SolverFactory solverFactory) LN(LayeredNetwork model, SolverFactory solverFactory, SolverOptions options) SolverLN(LayeredNetwork lqnmodel, SolverFactory solverFactory) SolverLN(LayeredNetwork lqnmodel, SolverFactory solverFactory, SolverOptions options)