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

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
All Implemented Interfaces:
PrintSerializable, org.openjena.atlas.io.Printable
Direct Known Subclasses:
UpdateClear, UpdateLoad

public abstract class GraphUpdate1
extends UpdateSubmission

Operations that depends on a single IRI


Method Summary
 com.hp.hpl.jena.graph.Node getGraphName()
           
 boolean hasGraphName()
           
 void setGraphName(String iri)
           
 
Methods inherited from class com.hp.hpl.jena.sparql.modify.submission.UpdateSubmission
output, output, visit, 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
 

Method Detail

hasGraphName

public boolean hasGraphName()

setGraphName

public void setGraphName(String iri)

getGraphName

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


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