Package | Description |
---|---|
eu.fbk.rdfpro |
RDFpro library.
|
Modifier and Type | Method and Description |
---|---|
default void |
RDFProcessor.apply(RDFSource input,
org.openrdf.rio.RDFHandler output,
int passes)
Applies the processor to the supplied
RDFSource , emitting output data to the
specified RDFHandler in one or more passes. |
void |
RDFSource.emit(org.openrdf.rio.RDFHandler handler,
int passes)
Emits the RDF data of the source to the
RDFHandler supplied, performing the
requested number of passes. |
default void |
RDFSource.forEach(Consumer<? super org.openrdf.model.Statement> action)
This default implementation delegates to
RDFSource.emit(RDFHandler, int) ,
enforcing a sequential invocation (but possibly by different threads) of the supplied
action . |
Copyright © 2015–2016 FBK-irst. All rights reserved.