net.fortytwo.flow.rdf
Class SingleContextPipe

java.lang.Object
  extended by net.fortytwo.flow.rdf.SingleContextPipe
All Implemented Interfaces:
RDFSink

public class SingleContextPipe
extends Object
implements RDFSink

Author:
Joshua Shinavier (http://fortytwo.net)

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

Constructor Detail

SingleContextPipe

public SingleContextPipe(RDFSink sink,
                         org.openrdf.model.Resource context,
                         org.openrdf.model.ValueFactory valueFactory)
Method Detail

statementSink

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

namespaceSink

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

commentSink

public Sink<String> commentSink()
Specified by:
commentSink in interface RDFSink


Copyright © 2007-2014. All Rights Reserved.