net.fortytwo.ripple.util
Class BNodeToURIFilter<E extends Exception>

java.lang.Object
  extended by net.fortytwo.ripple.util.BNodeToURIFilter<E>
All Implemented Interfaces:
RDFSink<E>

public class BNodeToURIFilter<E extends Exception>
extends Object
implements RDFSink<E>

Author: josh Date: Jan 18, 2008 Time: 12:52:56 PM


Constructor Summary
BNodeToURIFilter(RDFSink<E> sink, org.openrdf.model.ValueFactory vf)
           
 
Method Summary
 Sink<String,E> commentSink()
           
 Sink<org.openrdf.model.Namespace,E> namespaceSink()
           
 Sink<org.openrdf.model.Statement,E> statementSink()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BNodeToURIFilter

public BNodeToURIFilter(RDFSink<E> sink,
                        org.openrdf.model.ValueFactory vf)
Method Detail

statementSink

public Sink<org.openrdf.model.Statement,E> statementSink()
Specified by:
statementSink in interface RDFSink<E extends Exception>

namespaceSink

public Sink<org.openrdf.model.Namespace,E> namespaceSink()
Specified by:
namespaceSink in interface RDFSink<E extends Exception>

commentSink

public Sink<String,E> commentSink()
Specified by:
commentSink in interface RDFSink<E extends Exception>


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