[kepler-users] I need help making modular actors please.

Edward A. Lee eal at eecs.berkeley.edu
Wed Dec 5 18:13:15 PST 2012


Changes to base classes should propagate to instances
or subclasses, unless the instances or subclasses override the base
classes somehow. perhaps that is what is happening? If you select
"Open instance" instead of "Open actor" you can see what is an
override vs. what is inherited from the base class.

An example would help...

Edward


On 12/4/12 5:12 PM, Ian Szarka wrote:
> Hi all.
>
> I am after advise about making modular actors. Please respond.
>
> I am developing a library of actors, currently I have 20 user actors -
> many of which do similar things. I have built the actors in a modular
> way with common functions in a handful of base actors. A few times I
> have found bugs or need to change base functionality used in all of the
> user actors.
>
> I have put base actors in the
> “C:\Users\Ian\KeplerData\workflows\MyWorkflows” folder and built the
> composite user actors using them. However I have found that changes to
> the base actors do not propagate to the user actors.
>
> Currently I am opening each user actor and making the same change for
> the base actor 20 times!
>
> How can I do this so that functionality in base actors is correctly used
> by other actors.
>
> Please help, I am after advise.
>
> Regards
>
> Ian.
>
>
>
> _______________________________________________
> Kepler-users mailing list
> Kepler-users at kepler-project.org
> http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: eal.vcf
Type: text/x-vcard
Size: 330 bytes
Desc: not available
URL: <http://lists.nceas.ucsb.edu/kepler/pipermail/kepler-users/attachments/20121205/18d46129/attachment.vcf>


More information about the Kepler-users mailing list