public interface JenaQuadLike<G extends RDFTerm> extends JenaTripleLike, QuadLike<G>
QuadLike
wrapper of a Jena Quad
.
This is a marker interface common to its specializations JenaQuad
and
JenaGeneralizedQuadLike
.
JenaQuad
,
JenaGeneralizedQuadLike
Modifier and Type | Method and Description |
---|---|
org.apache.jena.sparql.core.Quad |
asJenaQuad()
Return the adapted Jena quad
|
asJenaTriple
getGraphName
getObject, getPredicate, getSubject
org.apache.jena.sparql.core.Quad asJenaQuad()
Quad
.Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.