public class RDFSinkFilter
extends org.apache.jena.riot.system.StreamRDFBase
| Modifier and Type | Method and Description |
|---|---|
static com.hp.hpl.jena.graph.Graph |
filterTriples(Iterator<com.hp.hpl.jena.graph.Triple> triples,
com.hp.hpl.jena.graph.Node... properties)
Filter the triples
|
void |
finish() |
void |
triple(com.hp.hpl.jena.graph.Triple triple) |
public void triple(com.hp.hpl.jena.graph.Triple triple)
triple in interface org.apache.jena.riot.system.StreamRDFtriple in class org.apache.jena.riot.system.StreamRDFBasepublic void finish()
finish in interface org.apache.jena.riot.system.StreamRDFfinish in class org.apache.jena.riot.system.StreamRDFBasepublic static com.hp.hpl.jena.graph.Graph filterTriples(Iterator<com.hp.hpl.jena.graph.Triple> triples, com.hp.hpl.jena.graph.Node... properties)
triples - Iterator of triplesproperties - Properties to includeCopyright © 2013-2015 DuraSpace, Inc.. All Rights Reserved.