isa-group/IDLReasoner

Fix domain of enum variables

Closed this issue · 0 comments

AML14 commented

Right now, the domain is created as "0..numEnumProperties", but it should be as it appears in the API specification, for example: "4..7", "[1,3,5]", etc.