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

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.UpdateDelete
All Implemented Interfaces:
PrintSerializable, org.openjena.atlas.io.Printable

public class UpdateDelete
extends UpdateModifyBase


Constructor Summary
UpdateDelete()
           
UpdateDelete(com.hp.hpl.jena.graph.Graph graph)
           
UpdateDelete(com.hp.hpl.jena.rdf.model.Model model)
           
UpdateDelete(com.hp.hpl.jena.graph.Triple triple)
           
 
Method Summary
 Template getDeleteTemplate()
           
 void setDeleteTemplate(String template)
          Parse the string into a template - string must include the surrounding {}
 void setDeleteTemplate(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

UpdateDelete

public UpdateDelete()

UpdateDelete

public UpdateDelete(com.hp.hpl.jena.graph.Triple triple)

UpdateDelete

public UpdateDelete(com.hp.hpl.jena.graph.Graph graph)

UpdateDelete

public UpdateDelete(com.hp.hpl.jena.rdf.model.Model model)
Method Detail

setDeleteTemplate

public void setDeleteTemplate(Template template)

setDeleteTemplate

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


getDeleteTemplate

public Template getDeleteTemplate()

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.