Interface IScenario
A snapshot of the system at a single time-point: the time itself plus the State of transactions observed.
public interface IScenario
Properties
State
Transactions in effect at TimeStamp.
IState State { get; }
Property Value
TimeStamp
When this snapshot was taken.
ITimeStamp TimeStamp { get; }