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

java.lang.Object
  extended by com.hp.hpl.jena.update.Update
      extended by com.hp.hpl.jena.sparql.modify.request.UpdateBinaryOp
All Implemented Interfaces:
PrintSerializable, Printable
Direct Known Subclasses:
UpdateAdd, UpdateCopy, UpdateMove

public abstract class UpdateBinaryOp
extends Update


Method Summary
 boolean equalTo(Update obj, NodeIsomorphismMap isoMap)
          Compare by isomorphism - if the isomorphism map is null, compare nodes by .equals
 Target getDest()
           
 boolean getSilent()
           
 Target getSrc()
           
 
Methods inherited from class com.hp.hpl.jena.update.Update
output, output, toString, toString, visit
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getSrc

public Target getSrc()

getDest

public Target getDest()

getSilent

public boolean getSilent()

equalTo

public final 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