public interface TripleBasedSink extends SinkBase
| Modifier and Type | Method and Description |
|---|---|
void |
addTriple(CrawleableUri uri,
org.apache.jena.graph.Triple triple)
Add a triple for the given uri.
|
closeSinkForUri, openSinkForUrivoid addTriple(CrawleableUri uri, org.apache.jena.graph.Triple triple)
uri - The given uri.triple - The triple to add.Copyright © 2017–2019. All rights reserved.