Is your feature request related to a problem? Please describe.
I want to improve the maintainability of compartment and rule code.
Describe the solution you'd like
I want to create a compartment and location base class in Core/Interfaces. These classes should share common variables and functions.
Describe alternatives you've considered
The current system works but is less maintainable than the proposed functionality. Additionally, these changes will allow for constant and initial conditions changes at runtime - which could be useful.
Is your feature request related to a problem? Please describe. I want to improve the maintainability of compartment and rule code.
Describe the solution you'd like I want to create a compartment and location base class in Core/Interfaces. These classes should share common variables and functions.
Describe alternatives you've considered The current system works but is less maintainable than the proposed functionality. Additionally, these changes will allow for constant and initial conditions changes at runtime - which could be useful.