Uses of Class
jline.solvers.ldes.LNLDESResult
Packages that use LNLDESResult
Package
Description
Input/output from the command line or XML files.
-
Uses of LNLDESResult in jline.io
Methods in jline.io with parameters of type LNLDESResultModifier 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 LNLDESResult in jline.solvers.ldes.analyzers
Methods in jline.solvers.ldes.analyzers that return LNLDESResultModifier 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 LNLDESResult in jline.solvers.ldes.handlers
Methods in jline.solvers.ldes.handlers that return LNLDESResultModifier and TypeMethodDescriptionstatic LNLDESResultSolver_ssj_ln.solver_ssj_ln(LayeredNetworkStruct lsn, SolverOptions options) Steady-state LayeredNetwork simulation using SSJ library.