Uses of Class
jline.io.Ret.SampleResult
Packages that use Ret.SampleResult
Package
Description
This package contains processes and statistical distributions used to specify arrival rates, service rates, and item popularities
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 SolverJMT.
LINE Discrete Event Simulator (LDES) solver using SSJ library.
This package provides an implementation of SolverQNS.
This package provides an implementation of SolverSSA.
-
Uses of Ret.SampleResult in jline.api.rl
Fields in jline.api.rl declared as Ret.SampleResultMethods in jline.api.rl that return Ret.SampleResultModifier and TypeMethodDescriptionGeneralSampleEvent.component4()GeneralSampleEvent.getSampleResult()Methods in jline.api.rl with parameters of type Ret.SampleResultModifier and TypeMethodDescriptionvoidRlEnvGeneral.update(Ret.SampleResult sampleResult) Updates the model state after an event using the SSA sample result.Constructors in jline.api.rl with parameters of type Ret.SampleResultModifierConstructorDescriptionGeneralSampleEvent(double dt, int depNode, int arvNode, Ret.SampleResult sampleResult) -
Uses of Ret.SampleResult in jline.lang.processes
Methods in jline.lang.processes with parameters of type Ret.SampleResultModifier and TypeMethodDescriptionstatic MarkovProcessMarkovProcess.fromSampleSysAggr(Ret.SampleResult sa) Create CTMC from a SampleResult containing multi-node state trajectories. -
Uses of Ret.SampleResult in jline.solvers
Methods in jline.solvers that return Ret.SampleResultModifier and TypeMethodDescriptionNetworkSolver.sample(int node, int numEvents) Samples state trajectories for a specific node.NetworkSolver.sampleAggr(int node, int numEvents) Samples aggregated state trajectories for a specific node.NetworkSolver.sampleSys(int numEvents) Samples joint system state trajectories.NetworkSolver.sampleSysAggr(int numEvents) Samples aggregated joint system state trajectories. -
Uses of Ret.SampleResult in jline.solvers.auto
Methods in jline.solvers.auto that return Ret.SampleResultModifier and TypeMethodDescriptionAlias for sample()SolverAUTO.sampleAggr(Node node, int numEvents) SolverAUTO.sampleSys()Alias for sampleSys()SolverAUTO.sampleSys(int numEvents) SolverAUTO.sampleSysAggr(int numEvents) -
Uses of Ret.SampleResult in jline.solvers.ctmc
Methods in jline.solvers.ctmc that return Ret.SampleResultModifier and TypeMethodDescriptionSolverCTMC.sampleSys(int numEvents) SolverCTMC.sampleSysAggr(int numEvents) -
Uses of Ret.SampleResult in jline.solvers.jmt
Methods in jline.solvers.jmt that return Ret.SampleResultModifier and TypeMethodDescriptionSolverJMT.sampleAggr(Node node) SolverJMT.sampleAggr(Node node, int numEvents) SolverJMT.sampleAggr(Node node, int numEvents, boolean markActivePassive) SolverJMT.sampleSysAggr()SolverJMT.sampleSysAggr(long numEvents) SolverJMT.sampleSysAggr(long numEvents, boolean markActivePassive) -
Uses of Ret.SampleResult in jline.solvers.ldes
Methods in jline.solvers.ldes that return Ret.SampleResultModifier and TypeMethodDescriptionSolverLDES.sample(StatefulNode node, int numEvents) Generates a sample path (state trajectory) for a specific node using LDES transient simulation.SolverLDES.sampleAggr(StatefulNode node, int numEvents) Generates an aggregated sample path for a specific node.SolverLDES.sampleSys(int numEvents) Generates a system-wide sample path (state trajectory) for all stateful nodes.SolverLDES.sampleSysAggr(int numEvents) Generates an aggregated system-wide sample path for all stateful nodes.SolverLDES.stream(StatefulNode node, int numEvents, StreamingOptions streamingOptions) Generates a sample path with streaming metrics pushed via OTLP.SolverLDES.stream(StatefulNode node, StreamingOptions streamingOptions) Generates a sample path with streaming metrics pushed via OTLP.SolverLDES.streamAggr(StatefulNode node, int numEvents, StreamingOptions streamingOptions) Generates an aggregated sample path with streaming metrics pushed via OTLP.SolverLDES.streamAggr(StatefulNode node, StreamingOptions streamingOptions) Generates an aggregated sample path with streaming metrics pushed via OTLP. -
Uses of Ret.SampleResult in jline.solvers.qns
Methods in jline.solvers.qns that return Ret.SampleResultModifier and TypeMethodDescriptionSolverQNS.sample(int node, int numEvents) SolverQNS.sampleAggr(int node, int numEvents) SolverQNS.sampleSys(int numEvents) SolverQNS.sampleSysAggr(int numEvents) -
Uses of Ret.SampleResult in jline.solvers.ssa
Methods in jline.solvers.ssa that return Ret.SampleResultModifier and TypeMethodDescriptionSolverSSA.sampleSys(int numEvents) Sample system-wide state evolution using SSA simulationSolverSSA.sampleSysAggr(int numEvents) Sample aggregated system-wide state evolution using SSA simulation