Adds support for more complex repeat_on values, like 0;2-3
Moves repeat_on checking out of the IndoorLevel class
It also renders the IndoorLevel class obsolete, because isPartOfWorkingLevel was the only method referenced in the rest of the project. If this PR gets accepted, I believe we can safely remove the IndoorLevel class.
This PR:
0-14
repeat_on
values, like0;2-3
repeat_on
checking out of theIndoorLevel
classIt also renders the
IndoorLevel
class obsolete, becauseisPartOfWorkingLevel
was the only method referenced in the rest of the project. If this PR gets accepted, I believe we can safely remove theIndoorLevel
class.