java.lang.Object
org.apache.jena.sparql.core.QuadPattern
A class whose purpose is to give a name to a collection of quads
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidaddAll(QuadPattern other) booleanbooleanequiv(QuadPattern other, NodeIsomorphismMap isoMap) get(int i) getList()inthashCode()booleanisEmpty()iterator()intsize()toString()Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
QuadPattern
public QuadPattern() -
QuadPattern
-
-
Method Details
-
add
-
addAll
-
add
-
get
-
iterator
-
size
public int size() -
isEmpty
public boolean isEmpty() -
getList
-
hashCode
public int hashCode() -
equals
-
equiv
-
toString
-