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

java.lang.Object
  extended by com.hp.hpl.jena.update.Update
      extended by com.hp.hpl.jena.sparql.modify.submission.UpdateSubmission
          extended by com.hp.hpl.jena.sparql.modify.submission.GraphUpdate1
              extended by com.hp.hpl.jena.sparql.modify.submission.UpdateLoad
All Implemented Interfaces:
PrintSerializable, org.openjena.atlas.io.Printable

public class UpdateLoad
extends GraphUpdate1


Constructor Summary
UpdateLoad()
           
UpdateLoad(String iri)
          Load the default graph with the contents of web resource iri
UpdateLoad(String iri, String graphName)
          Load the contents of web resource iri into graph graphName
 
Method Summary
 void addLoadIRI(String iri)
           
 List<String> getLoadIRIs()
           
 void visit(UpdateVisitorSubmission visitor)
           
 
Methods inherited from class com.hp.hpl.jena.sparql.modify.submission.GraphUpdate1
getGraphName, hasGraphName, setGraphName
 
Methods inherited from class com.hp.hpl.jena.sparql.modify.submission.UpdateSubmission
output, output, visit
 
Methods inherited from class com.hp.hpl.jena.update.Update
toString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UpdateLoad

public UpdateLoad()

UpdateLoad

public UpdateLoad(String iri)
Load the default graph with the contents of web resource iri


UpdateLoad

public UpdateLoad(String iri,
                  String graphName)
Load the contents of web resource iri into graph graphName

Method Detail

addLoadIRI

public void addLoadIRI(String iri)

visit

public void visit(UpdateVisitorSubmission visitor)
Specified by:
visit in class UpdateSubmission

getLoadIRIs

public List<String> getLoadIRIs()


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