java.lang.Object
org.apache.jena.sparql.syntax.Element
org.apache.jena.sparql.syntax.ElementPathBlock
- All Implemented Interfaces:
TripleCollector
,TripleCollectorMark
A SPARQL BasicGraphPattern (SPARQL 1.1)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addTriple
(int index, org.apache.jena.graph.Triple t) void
addTriple
(org.apache.jena.graph.Triple t) void
addTriple
(TriplePath tp) void
addTriplePath
(int index, TriplePath tPath) void
addTriplePath
(TriplePath tPath) boolean
equalTo
(Element el2, NodeIsomorphismMap isoMap) int
hashCode()
boolean
isEmpty()
int
mark()
void
-
Constructor Details
-
ElementPathBlock
public ElementPathBlock() -
ElementPathBlock
-
ElementPathBlock
-
-
Method Details
-
isEmpty
public boolean isEmpty() -
addTriple
-
mark
public int mark()- Specified by:
mark
in interfaceTripleCollectorMark
-
addTriple
public void addTriple(org.apache.jena.graph.Triple t) - Specified by:
addTriple
in interfaceTripleCollector
-
addTriple
public void addTriple(int index, org.apache.jena.graph.Triple t) - Specified by:
addTriple
in interfaceTripleCollectorMark
-
addTriplePath
- Specified by:
addTriplePath
in interfaceTripleCollector
-
addTriplePath
- Specified by:
addTriplePath
in interfaceTripleCollectorMark
-
getPattern
-
patternElts
-
hashCode
public int hashCode() -
equalTo
-
visit
-