Uses of Class
org.jgrapht.alg.isomorphism.VF2MappingIterator
-
Packages that use VF2MappingIterator Package Description org.jgrapht.alg.isomorphism Algorithms for (sub)graph isomorphism. -
-
Uses of VF2MappingIterator in org.jgrapht.alg.isomorphism
Subclasses of VF2MappingIterator in org.jgrapht.alg.isomorphism Modifier and Type Class Description (package private) class
VF2GraphMappingIterator<V,E>
This class is used to iterate over all existing (isomorphic) mappings between two graphs.(package private) class
VF2SubgraphMappingIterator<V,E>
This class is used to iterate over all existing (subgraph isomorphic) mappings between two graphs.
-