I have model:
- PlanningEntity SelectionNode with PlanningVariable SelectionVariant
- SelectionVariant with field List of SelectionTeam
- SelectionTeam
The option with List of SelectionTeam in SelectionNode (without SelectionVariant) does not suit me since it is not just any set of SelectionTeams, but only specified variants.
And I need a list of SelectionNode in SelectionTeam.
There are some examples with two class (like FlightAssignment and Employee), but how I can use shadow variable in my case?