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, org.openjena.atlas.io.Printable

public class UpdateLoad
extends Update


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

getSource

public String getSource()

getDest

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

visit

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


Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010 Epimorphics Ltd.