Uses of Interface
org.graph4j.isomorphism.State
Packages that use State
-
Uses of State in org.graph4j.isomorphism
Classes in org.graph4j.isomorphism that implement StateModifier and TypeClassDescriptionclassAbstract class for the state of the search algorithm.classAbstract class for the Ullman's algorithm: exact isomorphism and subgraph isomorphism.classAbstract class for the VF2(Vento Foggia) algorithm.classClass for the Ullman algorithm for exact graph isomorphism.classClass for the Ullman algorithm for exact graph isomorphism.classClass for the VF2 algorithm for exact graph isomorphism.classClass for the VF2 algorithm for subgraph isomorphism.Methods in org.graph4j.isomorphism that return StateModifier and TypeMethodDescriptionprotected abstract StateAbstractGraphIsomorphism.getNewStateInstance(State s) protected StateUllmanExactGraphIsomorphism.getNewStateInstance(State s) protected StateUllmanSubGraphIsomorphism.getNewStateInstance(State s) protected StateVF2ExactGraphIsomorphism.getNewStateInstance(State s) protected StateVF2SubGraphIsomorphism.getNewStateInstance(State s) protected abstract StateAbstractGraphIsomorphism.getStateInstance(Digraph g1, Digraph g2, boolean cache) protected StateUllmanExactGraphIsomorphism.getStateInstance(Digraph g1, Digraph g2, boolean cache) protected StateUllmanSubGraphIsomorphism.getStateInstance(Digraph g1, Digraph g2, boolean cache) protected StateVF2ExactGraphIsomorphism.getStateInstance(Digraph g1, Digraph g2, boolean cache) protected StateVF2SubGraphIsomorphism.getStateInstance(Digraph g1, Digraph g2, boolean cache) Methods in org.graph4j.isomorphism with parameters of type StateModifier and TypeMethodDescriptionprotected abstract StateAbstractGraphIsomorphism.getNewStateInstance(State s) protected StateUllmanExactGraphIsomorphism.getNewStateInstance(State s) protected StateUllmanSubGraphIsomorphism.getNewStateInstance(State s) protected StateVF2ExactGraphIsomorphism.getNewStateInstance(State s) protected StateVF2SubGraphIsomorphism.getNewStateInstance(State s)