Class IsoMatcher

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

public class IsoMatcher extends Object
Simple isomorphism testing for on unordered collections. This code is simple and slow. For graphs, the Graph isomorphism code in Jena is much better (better tested, better performance) This code can work on any tuples of nodes. See Iso for isomorphism for ordered lists. See IsoAlg for the isomorphism algorithm.