[MAS-tips] Re: [MAS-discuss] Question about analyser linking
Brought to you by:
jcochrane
From: Jim C. <jt...@di...> - 2003-05-26 05:45:27
|
> This. I suppose, is mainly for Jim !! > > When building compound generators are the links to the lower level > generators static or dynamic. Eg if I build an RSI generator and use it > in a further generator do changes to the original RSI generator affect > the compound generator - is it statically or dynamically linked ???? Note - the example I gave in my previous email changed the compound generator with no change to the contained (or lower level) generators. Since the generators are not shared, of course, changing the lower level generators, as in your example, will also not affect the containing generators. Jim |