Uses of Class
org.jgrapht.alg.isomorphism.VF2State
-
Packages that use VF2State Package Description org.jgrapht.alg.isomorphism Algorithms for (sub)graph isomorphism. -
-
Uses of VF2State in org.jgrapht.alg.isomorphism
Subclasses of VF2State in org.jgrapht.alg.isomorphism Modifier and Type Class Description (package private) class
VF2GraphIsomorphismState<V,E>
(package private) class
VF2SubgraphIsomorphismState<V,E>
Fields in org.jgrapht.alg.isomorphism with type parameters of type VF2State Modifier and Type Field Description protected java.util.ArrayDeque<VF2State<V,E>>
VF2MappingIterator. stateStack
Constructors in org.jgrapht.alg.isomorphism with parameters of type VF2State Constructor Description VF2GraphIsomorphismState(VF2State<V,E> s)
VF2State(VF2State<V,E> s)
copy constructorVF2SubgraphIsomorphismState(VF2State<V,E> s)
-