com.hp.hpl.jena.sparql.modify.request
Class UpdateDeleteWhere

java.lang.Object
  extended by com.hp.hpl.jena.update.Update
      extended by com.hp.hpl.jena.sparql.modify.request.UpdateDeleteWhere
All Implemented Interfaces:
PrintSerializable, Printable

public class UpdateDeleteWhere
extends Update


Constructor Summary
UpdateDeleteWhere(QuadAcc pattern)
           
 
Method Summary
 List<Quad> getQuads()
           
 void visit(UpdateVisitor visitor)
           
 
Methods inherited from class com.hp.hpl.jena.update.Update
output, output, toString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UpdateDeleteWhere

public UpdateDeleteWhere(QuadAcc pattern)
Method Detail

getQuads

public List<Quad> getQuads()

visit

public void visit(UpdateVisitor visitor)
Specified by:
visit in class Update


Licenced under the Apache License, Version 2.0