Uses of Class
jline.streaming.Collector
Packages that use Collector
Package
Description
LINE Discrete Event Simulator (LDES) solver using SSJ library.
This package provides an implementation of SolverSSA.
Handlers for SolverSSA.
-
Uses of Collector in jline.solvers.ldes
Methods in jline.solvers.ldes that return Collector -
Uses of Collector in jline.solvers.ldes.handlers
Methods in jline.solvers.ldes.handlers with parameters of type CollectorModifier and TypeMethodDescriptionstatic LDESResultSolver_ssj.solver_ssj(NetworkStruct sn, SolverOptions options, Collector stream) Steady-state queueing network simulation using the SSJ library.static LDESResultSolver_ssj.solver_ssj_transient(NetworkStruct sn, SolverOptions options, Collector stream) Transient analysis of queueing network using the SSJ library. -
Uses of Collector in jline.solvers.ssa
Methods in jline.solvers.ssa that return CollectorModifier and TypeMethodDescriptionSolverSSA.getStreamingCollector()Get the active streaming collector (for use by Solver_ssa.kt). -
Uses of Collector in jline.solvers.ssa.handlers
Methods in jline.solvers.ssa.handlers with parameters of type CollectorModifier and TypeMethodDescriptionstatic voidSolver_ssa.save_log_dense(double dt, Map<Integer, Matrix> cur_state, org.ejml.data.DMatrixRMaj tranStateD, int samples_collected, double[] tranSyncData, Map<Integer, Integer> enabled_sync, int firing_ctr, NetworkStruct sn, Map<Integer, Matrix> nir, Map<Integer, Matrix> stateCell, org.ejml.data.DMatrixRMaj SSqD, Collector streamingCollector, double curTime)