net.fortytwo.ripple.util
Class BNodeClosureFilter

java.lang.Object
  extended by net.fortytwo.ripple.util.BNodeClosureFilter
All Implemented Interfaces:
Sink<org.openrdf.model.Resource,RippleException>

public class BNodeClosureFilter
extends Object
implements Sink<org.openrdf.model.Resource,RippleException>


Constructor Summary
BNodeClosureFilter(Sink<org.openrdf.model.Statement,RippleException> sink, org.openrdf.sail.SailConnection sc)
           
 
Method Summary
 void put(org.openrdf.model.Resource r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BNodeClosureFilter

public BNodeClosureFilter(Sink<org.openrdf.model.Statement,RippleException> sink,
                          org.openrdf.sail.SailConnection sc)
Method Detail

put

public void put(org.openrdf.model.Resource r)
         throws RippleException
Specified by:
put in interface Sink<org.openrdf.model.Resource,RippleException>
Throws:
RippleException


Copyright © 2007-2011 fortytwo.net. All Rights Reserved.