Interface IMessageGenerator
Generates the set of IMessages a contract would emit at a
given timePoint given the prior
scenarioHistory. Used to drive simulation forward.
public interface IMessageGenerator
Methods
GenerateMessages(ITimeStamp, IScenarioHistory)
Compute the messages emitted at timePoint.
IEnumerable<IMessage> GenerateMessages(ITimeStamp timePoint, IScenarioHistory scenarioHistory)
Parameters
timePointITimeStampTime at which to evaluate the contract.
scenarioHistoryIScenarioHistoryPrior history.