Uses of Class
org.jgrapht.alg.isomorphism.IsomorphicGraphMapping
-
Packages that use IsomorphicGraphMapping Package Description org.jgrapht.alg.isomorphism Algorithms for (sub)graph isomorphism. -
-
Uses of IsomorphicGraphMapping in org.jgrapht.alg.isomorphism
Fields in org.jgrapht.alg.isomorphism declared as IsomorphicGraphMapping Modifier and Type Field Description protected IsomorphicGraphMapping<V,E>VF2MappingIterator. nextMappingMethods in org.jgrapht.alg.isomorphism that return IsomorphicGraphMapping Modifier and Type Method Description IsomorphicGraphMapping<V,E>VF2State. getCurrentMapping()protected IsomorphicGraphMapping<V,E>VF2GraphMappingIterator. match()protected abstract IsomorphicGraphMapping<V,E>VF2MappingIterator. match()This function moves over all mappings between graph1 and graph2.protected IsomorphicGraphMapping<V,E>VF2SubgraphMappingIterator. match()protected IsomorphicGraphMapping<V,E>VF2MappingIterator. matchAndCheck()IsomorphicGraphMapping<V,E>VF2MappingIterator. next()
-