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
 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()


Licenced under the Apache License, Version 2.0