V
- the type of the verticesE
- the type of the edgespublic interface IsomorphismInspector<V,E>
Modifier and Type | Method and Description |
---|---|
Iterator<GraphMapping<V,E>> |
getMappings()
Get an iterator over all existing (isomorphic) mappings between two graphs.
|
boolean |
isomorphismExists()
Check if an isomorphism exists.
|
Iterator<GraphMapping<V,E>> getMappings()
boolean isomorphismExists()
Copyright © 2016. All rights reserved.