You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calculation of delay periods requires a fair amount of class properties and methods. This issue will:
move those props and methods to their own class such that the SpawnPatternModel.getNextDelayValue() will call SpawnPatternPeriodCalculator.getNextDelayValue()
Add tests
The text was updated successfully, but these errors were encountered:
this is an enhancement of #243.
Calculation of delay periods requires a fair amount of class properties and methods. This issue will:
SpawnPatternModel.getNextDelayValue()
will callSpawnPatternPeriodCalculator.getNextDelayValue()
The text was updated successfully, but these errors were encountered: