 | IGraphHasSameStructure Method (IDictionaryIGraph, SetValueType) |
Returns whether this graph is isomorphic to any of the set of graphs given, neglecting the attribute values, only structurally
Don't call from a parallelized matcher!
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntaxbool HasSameStructure(
IDictionary<IGraph, SetValueType> graphsToCheckAgainst
)
Parameters
- graphsToCheckAgainst
- Type: System.Collections.GenericIDictionaryIGraph, SetValueType
The other graphs we check for isomorphy against, neglecting attribute values
Return Value
Type:
Booleantrue if any of the graphs given is isomorphic (regarding structure) to this, false otherwise
See Also