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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
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
- Specified by:
addTriple
in interfaceTripleCollector
-
addTriple
- 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
-