java.lang.Object
org.apache.jena.riot.lang.CollectorStreamBase<org.apache.jena.graph.Triple>
org.apache.jena.riot.lang.CollectorStreamTriples
- All Implemented Interfaces:
StreamRDF
@Deprecated(forRemoval=true)
public class CollectorStreamTriples
extends CollectorStreamBase<org.apache.jena.graph.Triple>
implements StreamRDF
Deprecated, for removal: This API element is subject to removal in a future version.
Collector stream for triples.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionList<org.apache.jena.graph.Triple>
Deprecated, for removal: This API element is subject to removal in a future version.void
start()
Deprecated, for removal: This API element is subject to removal in a future version.Start processingvoid
triple
(org.apache.jena.graph.Triple triple) Deprecated, for removal: This API element is subject to removal in a future version.Triple emittedMethods inherited from class org.apache.jena.riot.lang.CollectorStreamBase
base, finish, getBaseIri, getPrefixes, prefix, quad, version
-
Constructor Details
-
CollectorStreamTriples
public CollectorStreamTriples()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
start
public void start()Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:StreamRDF
Start processing- Specified by:
start
in interfaceStreamRDF
- Overrides:
start
in classCollectorStreamBase<org.apache.jena.graph.Triple>
-
triple
public void triple(org.apache.jena.graph.Triple triple) Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:StreamRDF
Triple emitted- Specified by:
triple
in interfaceStreamRDF
- Overrides:
triple
in classCollectorStreamBase<org.apache.jena.graph.Triple>
-
getCollected
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getCollected
in classCollectorStreamBase<org.apache.jena.graph.Triple>
- Returns:
- The collection received by this instance.
-
CollectorStreamRDF