Hi,
Given the following DSL definition:
[condition][RestrictedLocation]Is restricted by = ArrayList(size >= 1) from collect(RestrictedLocation() from $restrictedLocationList)
[condition][RestrictedLocation]- test=$test : test
rule "Test"
when
Is restricted by
- test
then
...
end
rule "Test"
when
ArrayList(size >= 1) from collect( RestrictedLocation(, $test : test ) from $restrictedLocationList)
then
...
end