org.jrdf.sparql.parser.node
Class PGroupOrUnionGraphPattern

java.lang.Object
  extended by org.jrdf.sparql.parser.node.Node
      extended by org.jrdf.sparql.parser.node.PGroupOrUnionGraphPattern
All Implemented Interfaces:
Cloneable, Switchable
Direct Known Subclasses:
AGroupOrUnionGraphPattern

public abstract class PGroupOrUnionGraphPattern
extends Node


Constructor Summary
PGroupOrUnionGraphPattern()
           
 
Method Summary
 
Methods inherited from class org.jrdf.sparql.parser.node.Node
clone, cloneList, cloneNode, parent, replaceBy, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jrdf.sparql.parser.node.Switchable
apply
 

Constructor Detail

PGroupOrUnionGraphPattern

public PGroupOrUnionGraphPattern()