From: Brown J. L <Bro...@Jo...> - 2002-06-17 19:11:58
|
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 |