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
 boolean equalTo(Update obj, NodeIsomorphismMap isoMap)
          Compare by isomorphism - if the isomorphism map is null, compare nodes by .equals
 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

equalTo

public boolean equalTo(Update obj,
                       NodeIsomorphismMap isoMap)
Description copied from class: Update
Compare by isomorphism - if the isomorphism map is null, compare nodes by .equals

Specified by:
equalTo in class Update


Licenced under the Apache License, Version 2.0