Class IsoAlg

java.lang.Object
org.apache.jena.sparql.util.IsoAlg

public class IsoAlg extends Object
Simple isomorphism testing for collections of tuples of nodes. This can be used for graphs, datasets and results sets The Graph isomorphism code in Jena is much better (better tested, better performance) for graph isomorphism. This code is simple, easier to understand, and works on collections of tuples, not just graphs.