Package | Description |
---|---|
edu.ucla.sspace.graph.isomorphism |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIsomorphismTester
An abstraction of an
IsomorphismTester that relies on
algorithm-specific State implementations to check for edge and vertex
contraints when performing isomorphism testing. |
class |
TypedVF2IsomorphismTester
An extension of the VF2 algorithm for detecting isomorphic graphs that tests
for edge type equivalance.
|
class |
VF2IsomorphismTester
An implementation of the VF2 algorithm for detecting isomorphic graphs.
|
Constructor and Description |
---|
IsomorphicGraphCounter(IsomorphismTester isoTest)
Creates a new
IsomorphicGraphCounter with the specified isomorphism tester. |
IsomorphicSet(IsomorphismTester tester)
Creates an empty set of isomorphic graphs whose isomorphism is measured
according to the provided tester's isomorphic constraints.
|
IsomorphicSet(IsomorphismTester tester,
Collection<? extends G> graphs)
Creates an empty set of isomorphic graphs from those in the collection
using the provided tester's isomorphic constraints.
|
TypedIsomorphicGraphCounter(IsomorphismTester isoTest)
Creates a new
MotifCounter with the specified isomorphism tester. |
Copyright © 2012. All Rights Reserved.