Uses of Interface
net.fortytwo.flow.rdf.RDFSink

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

Uses of RDFSink in net.fortytwo.flow.rdf
 

Classes in net.fortytwo.flow.rdf that implement RDFSink
 class RDFBuffer
           
 class RDFCollector
           
 class RDFNullSink
           
 class RDFTee
           
 class SesameOutputAdapter
          An RdfSink which passes its input into an RDFHandler.
 class SingleContextPipe
           
 class SynchronizedRDFSink
           
 

Methods in net.fortytwo.flow.rdf with parameters of type RDFSink
static org.openrdf.rio.RDFFormat SesameInputAdapter.parse(InputStream is, RDFSink sink, String baseUri, org.openrdf.rio.RDFFormat format)
           
 void RDFSource.writeTo(RDFSink sink)
           
 

Constructors in net.fortytwo.flow.rdf with parameters of type RDFSink
RDFBuffer(RDFSink sink)
           
RDFTee(RDFSink sinkA, RDFSink sinkB)
           
SesameInputAdapter(RDFSink sink)
           
SingleContextPipe(RDFSink sink, org.openrdf.model.Resource context, org.openrdf.model.ValueFactory valueFactory)
           
SynchronizedRDFSink(RDFSink sink, Object mutex)
           
 

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

Methods in net.fortytwo.flow.rdf.diff that return RDFSink
 RDFSink SynchronizedRDFDiffSink.adderSink()
           
 RDFSink SailConnectionRDFDiffSink.adderSink()
           
 RDFSink RDFDiffTee.adderSink()
           
 RDFSink RDFDiffSink.adderSink()
           
 RDFSink RDFDiffContextFilter.adderSink()
           
 RDFSink RDFDiffCollector.adderSink()
           
 RDFSink RDFDiff.adderSink()
           
 RDFSink SynchronizedRDFDiffSink.subtractorSink()
           
 RDFSink SailConnectionRDFDiffSink.subtractorSink()
           
 RDFSink RDFDiffTee.subtractorSink()
           
 RDFSink RDFDiffSink.subtractorSink()
           
 RDFSink RDFDiffContextFilter.subtractorSink()
           
 RDFSink RDFDiffCollector.subtractorSink()
           
 RDFSink RDFDiff.subtractorSink()
           
 



Copyright © 2007-2014. All Rights Reserved.