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

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

public abstract class UpdateDropClear
extends Update


Method Summary
 com.hp.hpl.jena.graph.Node getGraph()
           
 Target getTarget()
           
 boolean isAll()
           
 boolean isAllNamed()
           
 boolean isDefault()
           
 boolean isOneGraph()
           
 boolean isSilent()
           
 
Methods inherited from class com.hp.hpl.jena.update.Update
output, output, toString, toString, visit
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getTarget

public Target getTarget()

isSilent

public boolean isSilent()

isDefault

public boolean isDefault()

isAll

public boolean isAll()

isAllNamed

public boolean isAllNamed()

isOneGraph

public boolean isOneGraph()

getGraph

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


Licenced under the Apache License, Version 2.0