org.openanzo.glitter.syntax.abstrakt
Class GraphPattern

java.lang.Object
  extended by org.openanzo.glitter.syntax.abstrakt.TreeNode
      extended by org.openanzo.glitter.syntax.abstrakt.GraphPattern
Direct Known Subclasses:
BGP, Graph, Group, Optional, TriplePatternNode, Union

public abstract class GraphPattern
extends TreeNode

Abstract base class for all graph patterns that can appear in a SPARQL query.

Author:
lee

Constructor Summary
GraphPattern()
           
 
Method Summary
 
Methods inherited from class org.openanzo.glitter.syntax.abstrakt.TreeNode
addChild, containsVariable, getBindableVariableCount, getBindableVariableSet, getChildren, getFilters, getInScopeFilterSet, getParent, getRoot, getVariableCount, getVariableSet, invalidateCache, invalidateCache, mightBindVariable, prettyPrint, prettyPrint, removeChild, replaceChild
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphPattern

public GraphPattern()


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.