Class SampleSysState

java.lang.Object
jline.solvers.ssa.SampleSysState
All Implemented Interfaces:
Serializable

public class SampleSysState extends Object implements Serializable
Container for system-wide state sampling results from SSA solver
See Also:
  • Field Details

    • handle

      public List<Node> handle
      List of stateful nodes that were sampled
    • t

      public Matrix t
      Time points of the sampling
    • state

      public List<Matrix> state
      State information for each stateful node at each time point
    • event

      public List<Event> event
      List of events that occurred during sampling
    • isaggregate

      public boolean isaggregate
      Whether this represents aggregate data
  • Constructor Details

    • SampleSysState

      public SampleSysState()
    • SampleSysState

      public SampleSysState(List<Node> handle, Matrix t, List<Matrix> state, List<Event> event, boolean isaggregate)