net.fortytwo.flow.rdf.diff
Class RDFDiffCollector

java.lang.Object
  extended by net.fortytwo.flow.rdf.diff.RDFDiffCollector
All Implemented Interfaces:
RDFDiffSink, RDFDiffSource
Direct Known Subclasses:
RDFDiffBuffer

public class RDFDiffCollector
extends Object
implements RDFDiffSource, RDFDiffSink

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

Constructor Summary
RDFDiffCollector()
           
 
Method Summary
 RDFSink adderSink()
           
 RDFSource adderSource()
           
 void clear()
           
 DiffSink<String> commentSink()
           
 DiffSink<org.openrdf.model.Namespace> namespaceSink()
           
 DiffSink<org.openrdf.model.Statement> statementSink()
           
 RDFSink subtractorSink()
           
 RDFSource subtractorSource()
           
 void writeTo(RDFDiffSink sink)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFDiffCollector

public RDFDiffCollector()
Method Detail

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

adderSink

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

subtractorSink

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

adderSource

public RDFSource adderSource()
Specified by:
adderSource in interface RDFDiffSource

subtractorSource

public RDFSource subtractorSource()
Specified by:
subtractorSource in interface RDFDiffSource

writeTo

public void writeTo(RDFDiffSink sink)
             throws RippleException
Specified by:
writeTo in interface RDFDiffSource
Throws:
RippleException

clear

public void clear()


Copyright © 2007-2014. All Rights Reserved.