Uses of Interface
net.fortytwo.flow.rdf.diff.RDFDiffSink

Packages that use RDFDiffSink
net.fortytwo.flow.rdf.diff   
 

Uses of RDFDiffSink in net.fortytwo.flow.rdf.diff
 

Classes in net.fortytwo.flow.rdf.diff that implement RDFDiffSink
 class RDFDiff
           
 class RDFDiffBuffer
           
 class RDFDiffCollector
           
 class RDFDiffContextFilter
           
 class RDFDiffTee
           
 class SailConnectionRDFDiffSink
           
 class SynchronizedRDFDiffSink
           
 

Methods in net.fortytwo.flow.rdf.diff with parameters of type RDFDiffSink
 void RDFDiffSource.writeTo(RDFDiffSink sink)
           
 void RDFDiffCollector.writeTo(RDFDiffSink sink)
           
 void RDFDiff.writeTo(RDFDiffSink sink)
           
 

Constructors in net.fortytwo.flow.rdf.diff with parameters of type RDFDiffSink
RDFDiffBuffer(RDFDiffSink sink)
           
RDFDiffTee(RDFDiffSink sinkA, RDFDiffSink sinkB)
           
SynchronizedRDFDiffSink(RDFDiffSink sink, Object mutex)
           
 



Copyright © 2007-2014. All Rights Reserved.