java.lang.Object
org.apache.jena.sparql.core.PathBlock
- All Implemented Interfaces:
Iterable<TriplePath>
A class whose purpose is to give a name to a collection of triple paths.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(int i, TriplePath tp) void
add
(TriplePath tp) void
boolean
boolean
equiv
(PathBlock other, NodeIsomorphismMap isoMap) get
(int i) getList()
int
hashCode()
boolean
isEmpty()
iterator()
int
size()
toString()
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
PathBlock
public PathBlock() -
PathBlock
-
-
Method Details
-
add
-
addAll
-
add
-
get
-
iterator
- Specified by:
iterator
in interfaceIterable<TriplePath>
-
size
public int size() -
isEmpty
public boolean isEmpty() -
getList
-
hashCode
public int hashCode() -
equals
-
equiv
-
toString
-