MASON-INTEREST-L Archives

January 2017

MASON-INTEREST-L@LISTSERV.GMU.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Sean Luke <[log in to unmask]>
Reply To:
MASON Multiagent Simulation Toolkit <[log in to unmask]>
Date:
Mon, 2 Jan 2017 10:45:08 +0100
Content-Type:
text/plain
Parts/Attachments:
text/plain (10 lines)
I see no reason why you couldn't have CollectionProperties handle Proxiable.  You're right though, it's an obscure case which doesn't make much sense in Java but it might make sense in an external language.  Because this is a rare case I need to think about how to implement it, though I don't think it'd be particularly difficult.

Another option would be to do a dynamic proxy (java.util.Propertied).  I did that in the Scheme example and it works very nicely.

Sean

On Jan 2, 2017, at 5:20 AM, Abrams, Marshall <[log in to unmask]> wrote:

> I’m wondering whether it would reasonable to add the ability to handle sim.util.Proxiable objects to sim.util.CollectionProperties.  Right now, only sim.util.SimpleProperties handles the Proxiable interface.  I suspect this change wouldn’t be difficult, but my understanding of the Properties classes is superficial.  Maybe it would make sense to move the code that deals with proxy objects into a method in sim.util.Properties.  (I’m willing to attempt to make the change if it seems appropriate.)

ATOM RSS1 RSS2