Re: [vos-d] s5 vobject properties

2008-04-25 Thread Reed Hedges
I'm worried about introducing yet more complexity into S5. You know that this is a big concern of mine. What is the exact overhead for having entries in the child list for embedded properties? You need a contextual name, and you need the object. The list itself stores the position value. The

Re: [vos-d] s5 vobject properties

2008-04-24 Thread Reed Hedges
In other words, I sort of imagined it like this: class Entity { handleMessage(); setEntity* parents; string url; } class Link { string cname; int pos; Entity *child; Entity *parent; } class Vobject : Entity { listLink children; vectorEmbeddedProperty embeddedProperties;

Re: [vos-d] s5 vobject properties

2008-04-24 Thread Peter Amstutz
On Thu, Apr 24, 2008 at 11:39:01AM -0400, Reed Hedges wrote: Properties as child vobjects is too useful to get rid of I think. If properties are always embedded, then you can't have two vobjects share a property, which is one of the most important features of VOS. They also can't be