net.fortytwo.flow.rdf
Class SingleContextPipe
java.lang.Object
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SingleContextPipe
public SingleContextPipe(RDFSink sink,
org.openrdf.model.Resource context,
org.openrdf.model.ValueFactory valueFactory)
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.