|
From: Samuele P. <pe...@in...> - 2001-08-08 19:38:35
|
> > Even though in the class self.a is defined, because > the skeleton has this attribute, it is never stored in > the PyInstance but instead the skeleton instance via > the getter and setter methods. > > Thats all for now. To really utilize the power I must > implement functionality that will allow nesting. So a > list of objects with the restriction that they are of > the same class will becomes a list of skeletons in the > native java skeleton. That's where the real > performance boost will be. But this will be quiet tricky, and now you will need to store things twice (the list of skeleton in the skeleton and the full body list for python side), and too keep them synchronized (not simple at all) etc ... I'm confused again, I think that in the end simply unplugging the python class and plugging a java class in would be simpler ... regards, Samuele Pedroni. |