com.hp.hpl.jena.sparql.modify.submission
Class UpdatePattern

java.lang.Object
  extended by com.hp.hpl.jena.update.Update
      extended by com.hp.hpl.jena.sparql.modify.submission.UpdateSubmission
          extended by com.hp.hpl.jena.sparql.modify.submission.GraphUpdateN
              extended by com.hp.hpl.jena.sparql.modify.submission.UpdatePattern
All Implemented Interfaces:
PrintSerializable, org.openjena.atlas.io.Printable
Direct Known Subclasses:
UpdateModifyBase

public abstract class UpdatePattern
extends GraphUpdateN


Constructor Summary
UpdatePattern()
           
 
Method Summary
 Element getElement()
           
 void setPattern(Element pattern)
           
 void setPattern(String pattern)
          Parse the string into an Element.
 
Methods inherited from class com.hp.hpl.jena.sparql.modify.submission.GraphUpdateN
addGraphName, addGraphName, getGraphNames, hasGraphNames
 
Methods inherited from class com.hp.hpl.jena.sparql.modify.submission.UpdateSubmission
output, output, visit, visit
 
Methods inherited from class com.hp.hpl.jena.update.Update
toString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UpdatePattern

public UpdatePattern()
Method Detail

getElement

public Element getElement()

setPattern

public void setPattern(Element pattern)

setPattern

public void setPattern(String pattern)
Parse the string into an Element. Must include the surrounding {} in the string



Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010 Epimorphics Ltd.