public class RDFDiff extends Object implements RDFDiffSink, RDFDiffSource
| Constructor and Description |
|---|
RDFDiff() |
| Modifier and Type | Method and Description |
|---|---|
RDFSink |
adderSink() |
RDFSource |
adderSource() |
DiffSink<String> |
commentSink() |
DiffSink<org.openrdf.model.Namespace> |
namespaceSink() |
DiffSink<org.openrdf.model.Statement> |
statementSink() |
RDFSink |
subtractorSink() |
RDFSource |
subtractorSource() |
void |
writeTo(RDFDiffSink sink) |
public DiffSink<org.openrdf.model.Statement> statementSink()
statementSink in interface RDFDiffSinkpublic DiffSink<org.openrdf.model.Namespace> namespaceSink()
namespaceSink in interface RDFDiffSinkpublic DiffSink<String> commentSink()
commentSink in interface RDFDiffSinkpublic RDFSink adderSink()
adderSink in interface RDFDiffSinkpublic RDFSink subtractorSink()
subtractorSink in interface RDFDiffSinkpublic RDFSource adderSource()
adderSource in interface RDFDiffSourcepublic RDFSource subtractorSource()
subtractorSource in interface RDFDiffSourcepublic void writeTo(RDFDiffSink sink) throws RippleException
writeTo in interface RDFDiffSourceRippleExceptionCopyright © 2007-2012 fortytwo.net. All Rights Reserved.