On Feb 28, 2009, at 19:57, Bill Janssen <jans...@parc.com> wrote:
Andi Vajda <va...@apache.org> wrote:
On Feb 27, 2009, at 19:30, Bill Janssen <jans...@parc.com> wrote:
Ah, I see hasRelationship is already there. The trick which I was
missing is that you need to invoke it with a list of
RelationshipType
values, not just a single value.
Yes, ... becomes an array.
Andi..
That's reasonable, but somewhat un-Pythonic. Be nice if it mapped
to a
Python varargs call... Something for the wish list, though I think
template support is more important.
Yep, I'd expect this to appear with Java 1.5 feature support.
Andi..
Bill