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

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

public class UpdateLoad
extends Update


Constructor Summary
UpdateLoad(String source, com.hp.hpl.jena.graph.Node dest)
           
UpdateLoad(String source, com.hp.hpl.jena.graph.Node dest, boolean silent)
           
UpdateLoad(String source, String dest)
           
UpdateLoad(String source, String dest, boolean silent)
           
 
Method Summary
 com.hp.hpl.jena.graph.Node getDest()
           
 boolean getSilent()
           
 String getSource()
           
 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

UpdateLoad

public UpdateLoad(String source,
                  String dest)

UpdateLoad

public UpdateLoad(String source,
                  String dest,
                  boolean silent)

UpdateLoad

public UpdateLoad(String source,
                  com.hp.hpl.jena.graph.Node dest)

UpdateLoad

public UpdateLoad(String source,
                  com.hp.hpl.jena.graph.Node dest,
                  boolean silent)
Method Detail

getSource

public String getSource()

getDest

public com.hp.hpl.jena.graph.Node getDest()

getSilent

public boolean getSilent()

visit

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


Licenced under the Apache License, Version 2.0