Interface IAcceptBehavior
Behavior that can accept a time point.
Inherited Members
Namespace: SpiceSharp.Behaviors
Assembly: SpiceSharp.dll
Syntax
public interface IAcceptBehavior : IBehavior, IParameterSetCollection, IParameterSet
Methods
Accept()
Accepts the current timepoint.
Declaration
void Accept()
Probe()
Called when a new timepoint is being tested.
Declaration
void Probe()