Hi, I have been looking at Contraints and Filters. I understand how to use them to get an iterator that matches a certain type, but I want to do the opposite....
I have annotations for 3 types: City, State, and Location (where location contains a city and a state) Now I want to create a filtered iterator that basically returns any city annotations that are NOT already within a Location annotation. Is there any way to do this? Thanks, - Jonathan
