com.hp.hpl.jena.sparql.modify
Class UpdateCompare

java.lang.Object
  extended by com.hp.hpl.jena.sparql.modify.UpdateCompare

public class UpdateCompare
extends Object


Constructor Summary
UpdateCompare()
           
 
Method Summary
static boolean isomorphic(UpdateRequest req1, UpdateRequest req2)
           
static boolean isomorphic(Update req1, Update req2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateCompare

public UpdateCompare()
Method Detail

isomorphic

public static boolean isomorphic(UpdateRequest req1,
                                 UpdateRequest req2)

isomorphic

public static boolean isomorphic(Update req1,
                                 Update req2)


Licenced under the Apache License, Version 2.0