org.apache.clerezza.rdf.core.sparql.query.impl
Class SimpleGraphGraphPattern

java.lang.Object
  extended by org.apache.clerezza.rdf.core.sparql.query.impl.SimpleGraphGraphPattern
All Implemented Interfaces:
GraphGraphPattern, GraphPattern

public class SimpleGraphGraphPattern
extends Object
implements GraphGraphPattern

Author:
hasan

Constructor Summary
SimpleGraphGraphPattern(UriRefOrVariable graph, GroupGraphPattern groupGraphPattern)
           
 
Method Summary
 UriRefOrVariable getGraph()
           
 GroupGraphPattern getGroupGraphPattern()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleGraphGraphPattern

public SimpleGraphGraphPattern(UriRefOrVariable graph,
                               GroupGraphPattern groupGraphPattern)
Method Detail

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.