In this case, I have a globalvar which is used by some but not all Element's, and when I write out a sitemap I'd like to be able to indicate which ones are using that globalvar.
That sounds weird, what does the globalvar contain? Are you sure you shouldn't instead write explicit inputs/outputs/datalinks? The site structure will not help you determining which elements use a globalvar since it'll just tell you that they all can possibly use them (that's what you declared). Only by looking at your own Java code you'll be able to find that out.
But since hasInputs() is based on sitemap declarations and not introspection, I'll need a different mechanism.
-- Geert Bevin Uwyn bvba "Use what you need" Avenue de Scailmont 34 http://www.uwyn.com 7170 Manage, Belgium gbevin[remove] at uwyn dot com Tel +32 64 84 80 03 PGP Fingerprint : 4E21 6399 CD9E A384 6619 719A C8F4 D40D 309F D6A9 Public PGP key : available at servers pgp.mit.edu, wwwkeys.pgp.net _______________________________________________ Rife-users mailing list [email protected] http://www.uwyn.com/mailman/listinfo/rife-users
