| Constructor and Description |
|---|
RDFCollector() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Sink<String> |
commentSink() |
Source<String> |
commentSource() |
int |
countComments() |
int |
countNamespaces() |
int |
countStatements() |
Sink<org.openrdf.model.Namespace> |
namespaceSink() |
Source<org.openrdf.model.Namespace> |
namespaceSource() |
Sink<org.openrdf.model.Statement> |
statementSink() |
Source<org.openrdf.model.Statement> |
statementSource() |
public Sink<org.openrdf.model.Statement> statementSink()
statementSink in interface RDFSinkpublic Sink<org.openrdf.model.Namespace> namespaceSink()
namespaceSink in interface RDFSinkpublic Sink<String> commentSink()
commentSink in interface RDFSinkpublic Source<org.openrdf.model.Statement> statementSource()
statementSource in class RDFSourcepublic Source<org.openrdf.model.Namespace> namespaceSource()
namespaceSource in class RDFSourcepublic Source<String> commentSource()
commentSource in class RDFSourcepublic void clear()
public int countStatements()
public int countNamespaces()
public int countComments()
Copyright © 2007-2012 fortytwo.net. All Rights Reserved.