Uses of Class
jline.solvers.auto.SolverCandidate
Packages that use SolverCandidate
Package
Description
Abstractions to declare basic elements of a model.
This package contains the classes used the specify LayeredNetwork objects
Automatic solver selection and configuration for queueing networks.
-
Uses of SolverCandidate in jline.lang
Methods in jline.lang that return types with arguments of type SolverCandidateModifier and TypeMethodDescriptionNetwork.findMethod()Alias ofNetwork.findSolver(): which solvers and solver methods can analyze this model.Network.findMethod(String metric, boolean showAll) Alias ofNetwork.findSolver(String, boolean).Network.findSolver()Which solvers and solver methods can analyze THIS model.Network.findSolver(String metric, boolean showAll) Which solvers and solver methods can analyze this model, narrowed to one measure and optionally including the refused pairs.Network.help()Alias ofNetwork.findSolver(): what can this model be solved with?Alias ofNetwork.findSolver(String, boolean). -
Uses of SolverCandidate in jline.lang.layered
Methods in jline.lang.layered that return types with arguments of type SolverCandidateModifier and TypeMethodDescriptionLayeredNetwork.findMethod()Alias ofLayeredNetwork.findSolver().LayeredNetwork.findMethod(String metric, boolean showAll) LayeredNetwork.findSolver()Which solvers and solver methods can analyze THIS layered model.LayeredNetwork.findSolver(String metric, boolean showAll) Which solvers and solver methods can analyze this layered model, narrowed to one measure and optionally including the refused pairs.LayeredNetwork.help()Alias ofLayeredNetwork.findSolver(): what can this model be solved with? -
Uses of SolverCandidate in jline.solvers.auto
Methods in jline.solvers.auto that return types with arguments of type SolverCandidateModifier and TypeMethodDescriptionSolverAUTO.findSolver()Which solvers and solver methods can analyze this model: the runnable pairs, for every measure.SolverAUTO.findSolver(String metric, boolean showAll) Which solvers and solver methods can analyze this model, and for the ones that cannot, why not.static List<SolverCandidate>SolverAUTO.findSolverLayered(LayeredNetwork model, String metric, boolean showAll) findSolver for a LayeredNetwork, which this class does not otherwise solve: its constructor takes a Network, and buildFamilySolver says so.Method parameters in jline.solvers.auto with type arguments of type SolverCandidateModifier and TypeMethodDescriptionstatic StringSolverCandidate.toTable(List<SolverCandidate> rows) The rows as an aligned text table, the form the CLI and a console caller want.