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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(int i, TriplePath tp) voidadd(TriplePath tp) voidbooleanbooleanequiv(PathBlock other, NodeIsomorphismMap isoMap) get(int i) getList()inthashCode()booleanisEmpty()iterator()intsize()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:
iteratorin interfaceIterable<TriplePath>
-
size
public int size() -
isEmpty
public boolean isEmpty() -
getList
-
hashCode
public int hashCode() -
equals
-
equiv
-
toString
-