Class StarPattern
java.lang.Object
se.liu.ida.hefquin.base.query.impl.BGPImpl
se.liu.ida.hefquin.engine.wrappers.graphql.utils.StarPattern
- All Implemented Interfaces:
BGP
,Query
,SPARQLGraphPattern
This class represents a subject-based star pattern, that is,
a set of triple patterns that all share the same subject.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
org.apache.jena.graph.Node
Methods inherited from class se.liu.ida.hefquin.base.query.impl.BGPImpl
applySolMapToGraphPattern, equals, getAllMentionedTPs, getAllMentionedVariables, getCertainVariables, getNumberOfTermMentions, getNumberOfVarMentions, getPossibleVariables, getTriplePatterns, hashCode, merge, mergeWith, mergeWith, mergeWith, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface se.liu.ida.hefquin.base.query.SPARQLGraphPattern
getExpectedVariables, mergeWith, mergeWith
-
Constructor Details
-
StarPattern
public StarPattern()
-
-
Method Details
-
getSubject
public org.apache.jena.graph.Node getSubject() -
addTriplePattern
- Overrides:
addTriplePattern
in classBGPImpl
-