Uses of Class
jline.io.Ret.FJApprox
Packages that use Ret.FJApprox
Package
Description
Abstractions to declare basic elements of a model.
Handlers for SolverMVA.
-
Uses of Ret.FJApprox in jline.lang
Methods in jline.lang that return Ret.FJApproxModifier and TypeMethodDescriptionstatic Ret.FJApproxHeidelberger-Trivedi fork-join queueing network transformation.static Ret.FJApproxFork-Join Transform approach with default forkLambda parameterstatic Ret.FJApproxFork-Join Transform approach to evaluate queueing networks including fork-join systems.Methods in jline.lang with parameters of type Ret.FJApproxModifier and TypeMethodDescriptionstatic booleanModelAdapter.refreshServicesFromBase(Ret.FJApprox mmtResult) Re-feed a transformed model produced byModelAdapter.mmt(jline.lang.Network)from the current service parameters of the base model it was derived from, so that the transformation can be reused across the iterations of an outer fixed point instead of being rebuilt. -
Uses of Ret.FJApprox in jline.solvers.mva.handlers
Methods in jline.solvers.mva.handlers that return Ret.FJApproxModifier and TypeMethodDescriptionMVARunner.getMmtCache()The MMT transformation this run built or reused, for the owning solver to keep.Constructors in jline.solvers.mva.handlers with parameters of type Ret.FJApproxModifierConstructorDescriptionMVARunner(Network model, SolverOptions options, boolean enableChecks, Ret.FJApprox mmtCache) MVARunner(Network model, SolverOptions options, boolean enableChecks, Ret.FJApprox mmtCache, Matrix fjForkLambda)