Package jline.solvers.jmt
Class JMTOptions
-
- All Implemented Interfaces:
public class JMTOptions extends SolverOptions
Configuration options for Java Modelling Tools (JMT) solver integration.
JMTOptions extends the base solver options to provide configuration for interfacing with the JMT simulation engine. JMT provides discrete-event simulation capabilities for complex queueing networks that may not be analytically tractable.
Key JMT integration features:
- Discrete-event simulation via JMT engine
- Supports complex network topologies
- Handles general service and interarrival time distributions
- Fork-join networks and advanced scheduling policies
- Statistical analysis with confidence intervals
Note: Requires JMT.jar to be available in the classpath for simulation functionality.
- Since:
1.0
-
-
Field Summary
Fields Modifier and Type Field Description public boolean
cache
public Matrix
cutoff
public SolverOptions.Config
config
public boolean
force
public boolean
hide_immediate
public Matrix
init_sol
public int
iter_max
public double
iter_tol
public double
tol
public boolean
keep
public String
lang
public String
method
public boolean
remote
public String
remote_endpoint
public SolverOptions.ODESolvers
odesolvers
public int
samples
public int
seed
public boolean
stiff
public Array<double>
timespan
public Double
timestep
public VerboseLevel
verbose
-
Constructor Summary
Constructors Constructor Description JMTOptions()
Constructs a new JMTOptions instance with default JMT solver configuration.
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class jline.solvers.SolverOptions
copy, cutoff, cutoff, cutoff, force, getCutoffMatrix, keep, method, samples, seed, setODEMaxStep, setODEMinStep, verbose, verbose
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-