What you could do is create a boolean instance variable in each object called Global and set it to true for the ones that are global and false for the ones that are not. Then when you write your condition using the family, you could make a dual condition including the instance variable so that you only call the ones that are true or false.