<HTML>
<HEAD>
<TITLE>Re: [Biococoa-dev] Base test</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>I was aware of the foundation functions that take strings for arguments and return selectors/classes.  Unfortunately, if we’re going to use singletons, we’d need to call Class methods to create them, not instance methods, and I’m not aware of any mechanism for calling a selector on a Class.<BR>
<BR>
One option that has occurred to me is to create a generic “baseGenerator”, which you could instantiate, and then call the selectors on in order to generate all the classes.  Not ideal, but functional, and the implementation would be hidden from the end users, so they’d have to download the code in order to discover how inelegant we are ;)<BR>
<BR>
JT<BR>
<BR>
<BR>
_______________________________________________<BR>
This mind intentionally left blank<BR>
</SPAN></FONT>
</BODY>
</HTML>