Uses of Class
jline.solvers.ssa.SampleNodeState
Packages that use SampleNodeState
-
Uses of SampleNodeState in jline.solvers.ssa
Methods in jline.solvers.ssa that return SampleNodeStateModifier and TypeMethodDescriptionSample node state evolution using SSA simulation using default sample countSample node state evolution using SSA simulationSample node state evolution using SSA simulationSolverSSA.sampleAggr(Node node) Sample aggregated node state evolution using SSA simulation using default sample countSolverSSA.sampleAggr(Node node, int numEvents) Sample aggregated node state evolution using SSA simulationSolverSSA.sampleAggr(Node node, Integer numEvents, boolean markActivePassive) Sample aggregated node state evolution using SSA simulationSolverSSA.stream(Node node, Integer numEvents, StreamingOptions streamingOptions) Sample node state with real-time streaming to OTLP receiver.SolverSSA.stream(Node node, StreamingOptions streamingOptions) Sample node state with real-time streaming to OTLP receiver.SolverSSA.streamAggr(Node node, Integer numEvents, StreamingOptions streamingOptions) Sample aggregated node state with real-time streaming to OTLP receiver.SolverSSA.streamAggr(Node node, StreamingOptions streamingOptions) Sample aggregated node state with real-time streaming to OTLP receiver.