Uses of Class
jline.lang.layered.LayeredNetworkStruct
Packages that use LayeredNetworkStruct
Package
Description
Layered Stochastic Network (LSN) algorithms.
Input/output from the command line or XML files.
This package contains the classes used the specify LayeredNetwork objects
LDES solver using SSJ library.
This package provides an implementation of SolverLN.
This package provides an implementation of SolverLQNS.
-
Uses of LayeredNetworkStruct in jline.api.lqn
Methods in jline.api.lqn with parameters of type LayeredNetworkStructModifier and TypeMethodDescriptionstatic Lqn_boxbounds.ResultLqn_boxbounds.compute(LayeredNetworkStruct lqn) static LqnPh.EntryWorkflowLqnPh.entryWorkflow(LayeredNetwork model, LayeredNetworkStruct lqn, int eidx, boolean withCalls) Activity graph of LQN entry EIDX as a workflow.static Lqn_mol.ResultLqn_mol.lqn_mol(LayeredNetworkStruct lsn) Method of Layers with the reference's default tuning.static Lqn_mol.ResultLqn_mol.lqn_mol(LayeredNetworkStruct lsn, Lqn_mol.Options options) Method of Layers on an entry-only, closed, synchronous LQN. -
Uses of LayeredNetworkStruct in jline.api.lsn
Methods in jline.api.lsn with parameters of type LayeredNetworkStructModifier and TypeMethodDescriptionstatic MatrixLsnMaxMultiplicity.lsnMaxMultiplicity(LayeredNetworkStruct lsn) Computes the maximum multiplicity that can be sustained by each task. -
Uses of LayeredNetworkStruct in jline.io
Methods in jline.io with parameters of type LayeredNetworkStructModifier and TypeMethodDescriptionstatic voidLDESResultIO.saveLN(LNLDESResult result, LayeredNetworkStruct lsn, String filename, boolean resptSamples) Writes anLNLDESResultas the `ldes-result` document, the layered counterpart ofLDESResultIO.save(LDESResult, NetworkStruct, String, boolean, boolean). -
Uses of LayeredNetworkStruct in jline.lang.layered
Methods in jline.lang.layered that return LayeredNetworkStruct -
Uses of LayeredNetworkStruct in jline.solvers.ldes
Fields in jline.solvers.ldes declared as LayeredNetworkStructMethods in jline.solvers.ldes that return LayeredNetworkStructModifier and TypeMethodDescriptionSolverLDES.getLNStruct()Returns the LayeredNetworkStruct (if solving an LQN). -
Uses of LayeredNetworkStruct in jline.solvers.ldes.analyzers
Methods in jline.solvers.ldes.analyzers with parameters of type LayeredNetworkStructModifier and TypeMethodDescriptionstatic LNLDESResultSolver_ldes_ln_analyzer.solver_ldes_ln_analyzer(LayeredNetworkStruct lsn, SolverOptions options, SolverLDES solverLDES) LN LDES analyzer - validates LQN structure and dispatches to SSJ backend. -
Uses of LayeredNetworkStruct in jline.solvers.ldes.handlers
Methods in jline.solvers.ldes.handlers with parameters of type LayeredNetworkStructModifier and TypeMethodDescriptionstatic LNLDESResultSolver_ssj_ln.solver_ssj_ln(LayeredNetworkStruct lsn, SolverOptions options) Steady-state LayeredNetwork simulation using SSJ library. -
Uses of LayeredNetworkStruct in jline.solvers.ln
Fields in jline.solvers.ln declared as LayeredNetworkStructMethods in jline.solvers.ln with parameters of type LayeredNetworkStructModifier and TypeMethodDescriptionSolverLN.getEntryServiceMatrixRecursion(LayeredNetworkStruct lqn, int aidx, int eidx, Matrix U) -
Uses of LayeredNetworkStruct in jline.solvers.wrappers.lqns
Methods in jline.solvers.wrappers.lqns that return LayeredNetworkStruct