brands
and another one called urls
. The edge is called brands_urls
and I would like to extract all the brands that have at least one url.
Hello all. I've been trying to do something - and I just can't get it right.
I have a Class called Actor, and a Class called Action.
I'm trying to make a linked Edge Class - called ActionOwner with a Dictionary - because I want only one Actor to own an Action, and I want it to automatically remove itself if the ownership moves to another Actor.
I've tried all manner of different combinations of things, and now I'm lost.