Re: Generic RDFVisitor

2017-11-17 Thread Adam Jacobs
. :) From: ajs6f <aj...@apache.org> Sent: Friday, November 17, 2017 11:03 AM To: dev@jena.apache.org Subject: Re: Generic RDFVisitor Perhaps you can say a little more about your use case here? I think we could probably work something out for this feature,

Re: Generic RDFVisitor

2017-11-17 Thread ajs6f
rom: ajs6f <aj...@apache.org> > Sent: Friday, November 17, 2017 10:01 AM > To: dev@jena.apache.org > Subject: Re: Generic RDFVisitor > > Not sure how that would play against: > > Object org.apache.jena.rdf.model.impl.ResourceImpl.visitWith(RDFVisitor) > > OTOH

Re: Generic RDFVisitor

2017-11-17 Thread Adam Jacobs
; Sent: Friday, November 17, 2017 10:01 AM To: dev@jena.apache.org Subject: Re: Generic RDFVisitor Not sure how that would play against: Object org.apache.jena.rdf.model.impl.ResourceImpl.visitWith(RDFVisitor) OTOH, I'm not sure how much use the visitor pattern there has ever really gotten...

Re: Generic RDFVisitor

2017-11-17 Thread ajs6f
Not sure how that would play against: Object org.apache.jena.rdf.model.impl.ResourceImpl.visitWith(RDFVisitor) OTOH, I'm not sure how much use the visitor pattern there has ever really gotten... ajs6f > On Nov 17, 2017, at 10:55 AM, Adam Jacobs wrote: > > I wonder if