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

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

public class UpdateAdd
extends UpdateBinaryOp


Constructor Summary
UpdateAdd(Target src, Target dest)
           
UpdateAdd(Target src, Target dest, boolean silent)
           
 
Method Summary
 void visit(UpdateVisitor visitor)
           
 
Methods inherited from class com.hp.hpl.jena.sparql.modify.request.UpdateBinaryOp
getDest, getSilent, getSrc
 
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

UpdateAdd

public UpdateAdd(Target src,
                 Target dest)

UpdateAdd

public UpdateAdd(Target src,
                 Target dest,
                 boolean silent)
Method Detail

visit

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


Licenced under the Apache License, Version 2.0