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
 boolean equalTo(Update obj, NodeIsomorphismMap isoMap)
          Compare by isomorphism - if the isomorphism map is null, compare nodes by .equals
 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 Node getGraph()

equalTo

public boolean equalTo(Update obj,
                       NodeIsomorphismMap isoMap)
Description copied from class: Update
Compare by isomorphism - if the isomorphism map is null, compare nodes by .equals

Specified by:
equalTo in class Update


Licenced under the Apache License, Version 2.0