Package jline.solvers.ssa
Class SampleSysState
-
- All Implemented Interfaces:
-
java.io.Serializable
public class SampleSysState implements Serializable
Container for system-wide state sampling results from SSA solver
-
-
Constructor Summary
Constructors Constructor Description SampleSysState()
SampleSysState(List<Node> handle, Matrix t, List<Matrix> state, List<Event> event, boolean isaggregate)
-