net.fortytwo.flow.rdf.diff
Class SailConnectionRDFDiffSink

java.lang.Object
  extended by net.fortytwo.flow.rdf.diff.SailConnectionRDFDiffSink
All Implemented Interfaces:
RDFDiffSink

public class SailConnectionRDFDiffSink
extends Object
implements RDFDiffSink

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

Constructor Summary
SailConnectionRDFDiffSink(org.openrdf.sail.SailConnection sailConnection)
           
 
Method Summary
 RDFSink adderSink()
           
 DiffSink<String> commentSink()
           
 DiffSink<org.openrdf.model.Namespace> namespaceSink()
           
 DiffSink<org.openrdf.model.Statement> statementSink()
           
 RDFSink subtractorSink()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SailConnectionRDFDiffSink

public SailConnectionRDFDiffSink(org.openrdf.sail.SailConnection sailConnection)
Method Detail

adderSink

public RDFSink adderSink()
Specified by:
adderSink in interface RDFDiffSink

subtractorSink

public RDFSink subtractorSink()
Specified by:
subtractorSink in interface RDFDiffSink

statementSink

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

namespaceSink

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

commentSink

public DiffSink<String> commentSink()
Specified by:
commentSink in interface RDFDiffSink


Copyright © 2007-2014. All Rights Reserved.