Is your feature request related to a problem? Please describe.
I want to be able to use location constants based on which locations where matched in a subrule. For example, I want to be able to access the distance between the two locations matched in a two location slot subrule.
Describe the solution you'd like
In RuleMatching.py, replace slot_1 with the Location Name of slot_1. Additionally, replace the location distance with the name rather than the index of that location. Maybe introduce logic to see if constants exist in RuleMatching.py
Additional context
This feature will enable full spatial features.
Is your feature request related to a problem? Please describe. I want to be able to use location constants based on which locations where matched in a subrule. For example, I want to be able to access the distance between the two locations matched in a two location slot subrule.
Describe the solution you'd like In RuleMatching.py, replace slot_1 with the Location Name of slot_1. Additionally, replace the location distance with the name rather than the index of that location. Maybe introduce logic to see if constants exist in RuleMatching.py
Additional context This feature will enable full spatial features.