Package jline.solvers.lqns
Class LQNS
-
- All Implemented Interfaces:
public class LQNS extends SolverLQNS
LQNS is an alias for SolverLQNS (Layered Queueing Network Solver).
-
-
Field Summary
Fields Modifier and Type Field Description public Modelmodelpublic Stringnamepublic SolverOptionsoptionspublic SolverResultresultpublic booleanenableCheckspublic Randomrandom
-
Constructor Summary
Constructors Constructor Description LQNS(LayeredNetwork model, SolverOptions options)LQNS(LayeredNetwork model)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class jline.solvers.lqns.SolverLQNS
defaultOptions, getAvg, getAvgTable, getEnsembleAvg, getFeatureSet, getRawAvgTables, getStruct, isAvailable, listValidMethods, listValidMethods, parseXMLResults, runAnalyzer, runAnalyzer, supports -
Methods inherited from class jline.solvers.Solver
getName, getOptions, getResults, hasResults, isJavaAvailable, isValidOption, listValidOptions, parseOptions, parseOptions, reset, resetRandomGeneratorSeed, runAnalyzerChecks, setChecks, setOptions -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
LQNS
LQNS(LayeredNetwork model, SolverOptions options)
-
LQNS
LQNS(LayeredNetwork model)
-
-
-
-