java.lang.Object
org.apache.jena.riot.system.StreamRDFWrapper
org.apache.jena.system.progress.ProgressStreamRDF
- All Implemented Interfaces:
StreamRDF
Send ticks to a
ProgressMonitor
as triples and quads
are sent along the StreamRDF
.-
Constructor Details
-
ProgressStreamRDF
-
-
Method Details
-
triple
public void triple(org.apache.jena.graph.Triple triple) Description copied from interface:StreamRDF
Triple emitted- Specified by:
triple
in interfaceStreamRDF
- Overrides:
triple
in classStreamRDFWrapper
-
quad
Description copied from interface:StreamRDF
Quad emitted- Specified by:
quad
in interfaceStreamRDF
- Overrides:
quad
in classStreamRDFWrapper
-