Class SPARQLGroupPatternImpl
java.lang.Object
se.liu.ida.hefquin.base.query.impl.SPARQLGroupPatternImpl
- All Implemented Interfaces:
Query
,SPARQLGraphPattern
,SPARQLGroupPattern
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSPARQLGroupPatternImpl
(List<SPARQLGraphPattern> subPatterns) SPARQLGroupPatternImpl
(SPARQLGraphPattern... subPatterns) -
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
int
Returns the number of graph patterns that are combined in this group pattern.Returns all graph patterns that are combined in this group pattern.getSubPatterns
(int i) Returns the i-th of the graph patterns that are combined in this group pattern, where i starts at index 0 (zero).int
hashCode()
toString()
-
Field Details
-
subPatterns
-
-
Constructor Details
-
SPARQLGroupPatternImpl
-
SPARQLGroupPatternImpl
-
-
Method Details
-
getNumberOfSubPatterns
public int getNumberOfSubPatterns()Description copied from interface:SPARQLGroupPattern
Returns the number of graph patterns that are combined in this group pattern.- Specified by:
getNumberOfSubPatterns
in interfaceSPARQLGroupPattern
-
getSubPatterns
Description copied from interface:SPARQLGroupPattern
Returns all graph patterns that are combined in this group pattern.- Specified by:
getSubPatterns
in interfaceSPARQLGroupPattern
-
getSubPatterns
Description copied from interface:SPARQLGroupPattern
Returns the i-th of the graph patterns that are combined in this group pattern, where i starts at index 0 (zero). If this group pattern has fewer sub-patterns, then anIndexOutOfBoundsException
will be thrown.- Specified by:
getSubPatterns
in interfaceSPARQLGroupPattern
- Throws:
IndexOutOfBoundsException
-
addSubPattern
-
toString
-
equals
-
hashCode
public int hashCode()
-