JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
org.apache.jena.arq
Package
org.apache.jena.riot.system
Interface StreamRowRDF
All Known Implementing Classes:
StreamRowRDFBase
public interface
StreamRowRDF
An item in a stream of RDF data. This is the row item for pull-processing an RDF stream.
See Also:
for push processing.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Quad
getQuad
()
Triple
getTriple
()
boolean
isQuad
()
boolean
isTriple
()
Method Details
isTriple
boolean
isTriple
()
getTriple
Triple
getTriple
()
isQuad
boolean
isQuad
()
getQuad
Quad
getQuad
()