<div dir="ltr">Greetings ndnSIM friends,<div><br></div><div>I need a way to communicate between the Strategy and Policy subclasses.  I am creating a custom Strategy, and a custom Policy subclass.  I need information about the interests coming in, which will affect decisions that the Policy makes.  So, it stands to reason that I will need some sort of communication between the two.</div><div><br></div><div>To do this, my idea is to obtain a reference/pointer to each, and then to have a custom method in one (or both) of the classes to setStrategy or setPolicy so that I can maintain an internal reference (using aggregation.)  </div><div><br></div><div>So, for the Policy, I can call getPolicy on the Content Store.</div><div><br></div><div>But what about the Strategy object?  Is there a way to obtain this?</div><div><br></div><div>Either way it seems I'd need a reference to both.</div><div><br></div><div>Thanks,</div><div><br></div><div>John</div></div>