 | IGraphGetSameStructure Method |
Returns the graph from the set of graphs given that is isomorphic to this graph (neglecting the attribute values, only structurally), or null if no such graph exists
Don't call from a parallelized matcher!
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
SyntaxIGraph GetSameStructure(
IDictionary<IGraph, SetValueType> graphsToCheckAgainst
)
Parameters
- graphsToCheckAgainst IDictionaryIGraph, SetValueType
- The other graphs we check for isomorphy against, neglecting attribute values
Return Value
IGraphThe isomorphic graph from graphsToCheckAgainst (regarding structure), null if no such graph exists
See Also