DrewLazzeriKitware / simulation-modeler

0 stars 0 forks source link

Names and Enums need linking #18

Open DrewLazzeriKitware opened 2 years ago

DrewLazzeriKitware commented 2 years ago

There are a few situations in which the value or domain for one key depends on the values of other keys.

1) When we have a dynamic key, the key which stores its names should be computed directly from the instances of that dynamic key.

2) When we have a key with a changing enum domain, like a list that must be a sublist of another, it's domain should be computed from the key it depends on.