 | LGSPGraphGetSameStructure 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.lgsp
Assembly:
lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntaxpublic override IGraph GetSameStructure(
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:
IGraphThe isomorphic graph from graphsToCheckAgainst (regarding structure), null if no such graph exists
Implements
IGraphGetSameStructure(IDictionaryIGraph, SetValueType)
See Also