UML relation between processor and editor

Hi!

Maybe this is a dumb question, but what UML relation best describes connection between processor and editor? As far as I understand processor creats editor and editor has acces to the processor object that created it, but I don’t know how to name it.

I will be really grateful if someone could help me figure it out. Thanks in advance!

My UML knowledge is very rusty, but in abstract terms each Editor refers to exactly one Processor. An Editor cannot exist without a Processor to refer to.

On the other side of the relation, conceptually each Processor could be “referred to” by zero, one, or even multiple Editors, each acting like a “display” of the current state of the Processor.