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 TypeMethodDescriptionvoidorg.apache.jena.graph.NodeMethods 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, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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:
addTriplePatternin classBGPImpl
-