-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
events: Refactor 'abc.ComplexEvent' to 'abc.Compound'
In 8c54bb1 we refactored all basic event classes, but we forgot to refactor 'abc.ComplexEvent'. When refactoring 'SimpleEvent', it also makes sense to refactor 'ComplexEvent' (as the opposite between 'SimpleEvent' and 'CompexEvent' created meaning before). As we dropped the '..Event' suffix in all event class names, it also makes sense to drop it here for consistency. 'Compound' seems to be well suited as... - it can be a noun and therefore makes sense as a single word without the '...Event' suffix - it only says that it's composed of other events, but not in which way (consecutive or concurrent) - 'compound event' seems to be a used term in probability theory to differentiate it from simple events (e.g. to describe an event that consist of multiple smaller events) [1] - 'Compound' also start with 'C' (as 'Consecution', 'Concurrence' and 'Chronon'), which is nice :) [1] https://www3.nd.edu/~apilking/Math10120/Lectures/Solutions/Topic10.pdf
- Loading branch information
1 parent
744b5c2
commit e7567d4
Showing
10 changed files
with
64 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.