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

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

public class UpdateDrop
extends UpdateDropClear


Constructor Summary
UpdateDrop(com.hp.hpl.jena.graph.Node target)
           
UpdateDrop(com.hp.hpl.jena.graph.Node target, boolean silent)
           
UpdateDrop(String iri)
           
UpdateDrop(String iri, boolean silent)
           
UpdateDrop(Target target)
           
UpdateDrop(Target target, boolean silent)
           
 
Method Summary
 void visit(UpdateVisitor visitor)
           
 
Methods inherited from class com.hp.hpl.jena.sparql.modify.request.UpdateDropClear
getGraph, getTarget, isAll, isAllNamed, isDefault, isOneGraph, isSilent
 
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

UpdateDrop

public UpdateDrop(String iri,
                  boolean silent)

UpdateDrop

public UpdateDrop(Target target,
                  boolean silent)

UpdateDrop

public UpdateDrop(com.hp.hpl.jena.graph.Node target,
                  boolean silent)

UpdateDrop

public UpdateDrop(String iri)

UpdateDrop

public UpdateDrop(Target target)

UpdateDrop

public UpdateDrop(com.hp.hpl.jena.graph.Node target)
Method Detail

visit

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


Licenced under the Apache License, Version 2.0