net.fortytwo.flow.rdf
Class RDFSource
java.lang.Object
net.fortytwo.flow.rdf.RDFSource
- Direct Known Subclasses:
- RDFCollector
public abstract class RDFSource
- extends Object
- Author:
- Joshua Shinavier (http://fortytwo.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RDFSource
public RDFSource()
statementSource
public abstract Source<org.openrdf.model.Statement> statementSource()
namespaceSource
public abstract Source<org.openrdf.model.Namespace> namespaceSource()
commentSource
public abstract Source<String> commentSource()
writeTo
public void writeTo(RDFSink sink)
throws RippleException
- Throws:
RippleException
Copyright © 2007-2014. All Rights Reserved.