java.lang.Object
org.apache.jena.sparql.util.PrintSerializableBase
org.apache.jena.sparql.algebra.op.OpBase
org.apache.jena.sparql.algebra.op.Op0
org.apache.jena.sparql.algebra.op.OpTriple
- All Implemented Interfaces:
org.apache.jena.atlas.io.Printable
,Op
,Named
,PrintSerializable
Algebra operation for a single triple. Not normally used - triples are
contained in basic graph patterns (which is the unit of extension in SPARQL,
and also the unit for adapting to other data store in ARQ). But for
experimentation, it can be useful to have a convenience direct triple access.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.jena.sparql.util.PrintSerializableBase
toString, toString
Methods inherited from interface org.apache.jena.sparql.util.PrintSerializable
toString
-
Constructor Details
-
OpTriple
public OpTriple(org.apache.jena.graph.Triple triple)
-
-
Method Details
-
getTriple
public final org.apache.jena.graph.Triple getTriple() -
asBGP
-
apply
-
copy
-
equalTo
-
hashCode
public int hashCode() -
visit
-
getName
-
equivalent
-