From: Brown J. L <Bro...@Jo...> - 2002-06-17 19:16:55
|
I figured out how I want to do it - Nevermind J > -----Original Message----- > From: Brown Joshua L > Sent: Monday, June 17, 2002 2:12 PM > To: 'gdd' > Subject: > > I have a question about how to best structure my classes in the AI system. > Here is my delemna: > > I have a class AINode that has as a private method a queue called myBQ. > also in the AINode there are subclasses, 1 of which is called > InstinctManager. > In InstinctManager the method update needs to update myBQ. What is a good > way > to allow InstinctManager access to myBQ - as well as other subclasses in > AINode. > > j > > Josh Brown > Undergraduate - Iowa State University > Research Intern - John Deere and Co > > |