Package jline.solvers.ssa
Class SampleSysState
java.lang.Object
jline.solvers.ssa.SampleSysState
- All Implemented Interfaces:
Serializable
Container for system-wide state sampling results from SSA solver
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionList of events that occurred during samplingList of stateful nodes that were sampledbooleanWhether this represents aggregate dataState information for each stateful node at each time pointTime points of the sampling -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
handle
List of stateful nodes that were sampled -
t
Time points of the sampling -
state
State information for each stateful node at each time point -
event
List of events that occurred during sampling -
isaggregate
public boolean isaggregateWhether this represents aggregate data
-
-
Constructor Details
-
SampleSysState
public SampleSysState() -
SampleSysState
-