Skip to content

Decorations and Pauses

Pre-release
Pre-release
Compare
Choose a tag to compare
@michbarsinai michbarsinai released this 09 Aug 02:30
· 307 commits to develop since this release
  1. EventSelectionStrategies are easier to decorate
  2. We can pause a running program using PausingEventSelectionStrategyDecorater (assuming, of course, you can type this). See example of rate limiting a BProgram here: https://github.com/bThink-BGU/BPjs/blob/develop/src/test/java/il/ac/bgu/cs/bp/bpjs/model/eventselection/PausingEventSelectionStrategyDecoratorTest.java
  3. Many more tests
  4. Bug fixes