Package | Description |
---|---|
edu.ucla.sspace.graph.isomorphism |
Modifier and Type | Class and Description |
---|---|
class |
TypedVF2State
A
State implementation for testing isomorphism using the VF2
algorithm's logic with type constraints on the edges. |
class |
VF2State
A
State implementation for testing isomorphism using the VF2
algorithm's logic. |
Modifier and Type | Method and Description |
---|---|
State |
State.copy()
Makes a shallow copy of the content of this state.
|
protected State |
VF2IsomorphismTester.makeInitialState(Graph<? extends Edge> g1,
Graph<? extends Edge> g2)
Returns a new
State for running the VF2 algorithm. |
protected abstract State |
AbstractIsomorphismTester.makeInitialState(Graph<? extends Edge> g1,
Graph<? extends Edge> g2)
|
protected State |
TypedVF2IsomorphismTester.makeInitialState(Graph<? extends Edge> g1,
Graph<? extends Edge> g2)
Returns a new
State for running the VF2 algorithm. |
Copyright © 2012. All Rights Reserved.