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

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
                  extended by com.hp.hpl.jena.sparql.modify.submission.UpdateModifyBase
                      extended by com.hp.hpl.jena.sparql.modify.submission.UpdateModify
All Implemented Interfaces:
PrintSerializable, org.openjena.atlas.io.Printable

public class UpdateModify
extends UpdateModifyBase


Constructor Summary
UpdateModify()
           
 
Method Summary
 Template getDeleteTemplate()
           
 Template getInsertTemplate()
           
 void setDeleteTemplate(String template)
          Parse the string into a template - string must include the surrounding {}
 void setDeleteTemplate(Template template)
           
 void setInsertTemplate(String template)
          Parse the string into a template - string must include the surrounding {}
 void setInsertTemplate(Template template)
           
 void visit(UpdateVisitorSubmission visitor)
           
 
Methods inherited from class com.hp.hpl.jena.sparql.modify.submission.UpdateModifyBase
getDeletes, getInserts
 
Methods inherited from class com.hp.hpl.jena.sparql.modify.submission.UpdatePattern
getElement, setPattern, setPattern
 
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
 
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

UpdateModify

public UpdateModify()
Method Detail

setDeleteTemplate

public void setDeleteTemplate(Template template)

setInsertTemplate

public void setInsertTemplate(Template template)

setInsertTemplate

public void setInsertTemplate(String template)
Parse the string into a template - string must include the surrounding {}


setDeleteTemplate

public void setDeleteTemplate(String template)
Parse the string into a template - string must include the surrounding {}


getDeleteTemplate

public Template getDeleteTemplate()

getInsertTemplate

public Template getInsertTemplate()

visit

public void visit(UpdateVisitorSubmission visitor)
Specified by:
visit in class UpdateSubmission


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