org.apache.clerezza.rdf.core.sparql.query.impl
Class SimpleGraphGraphPattern
java.lang.Object
org.apache.clerezza.rdf.core.sparql.query.impl.SimpleGraphGraphPattern
- All Implemented Interfaces:
- GraphGraphPattern, GraphPattern
public class SimpleGraphGraphPattern
- extends Object
- implements GraphGraphPattern
- Author:
- hasan
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleGraphGraphPattern
public SimpleGraphGraphPattern(UriRefOrVariable graph,
GroupGraphPattern groupGraphPattern)
getGraph
public UriRefOrVariable getGraph()
- Specified by:
getGraph in interface GraphGraphPattern
- Returns:
- a
UriRefOrVariable which specifies the graph
against which the pattern should match.
getGroupGraphPattern
public GroupGraphPattern getGroupGraphPattern()
- Specified by:
getGroupGraphPattern in interface GraphGraphPattern
- Returns:
- the pattern to match.
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.