Is your feature request related to a problem? Please describe.
I want to be able to create rules and locations, separate from code files.
Describe the solution you'd like
A csv file, location name, class of the location and any number of arguments for the location class. Same idea with rules.
These would be two separate classes, maybe they share a base class type.
Describe alternatives you've considered
Directly manipulating the json files (would work but by the built phase this can be complex, also changes in built model format would lead to having to change the json file).
Using the existing programmatic definition - works well for smaller models but for larger models this can be complex.
Is your feature request related to a problem? Please describe. I want to be able to create rules and locations, separate from code files.
Describe the solution you'd like A csv file, location name, class of the location and any number of arguments for the location class. Same idea with rules. These would be two separate classes, maybe they share a base class type.
Describe alternatives you've considered