Class SampleNodeState

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

public class SampleNodeState extends Object implements Serializable
Container for node state sampling results from SSA solver
See Also:
  • Field Details

    • handle

      public Node handle
      The node that was sampled
    • t

      public Matrix t
      Time points of the sampling
    • state

      public Matrix state
      State information 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

    • SampleNodeState

      public SampleNodeState()
    • SampleNodeState

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