 | GraphHelperGetEquivalent(IGraph, IDictionaryIGraph, SetValueType, Boolean) Method |
Returns one graph from the given set of graphs that is equivalent to the candidate (sub)graph
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic static IGraph GetEquivalent(
IGraph candidate,
IDictionary<IGraph, SetValueType> graphsToCheckAgainst,
bool includingAttributes
)
Parameters
- candidate IGraph
-
- graphsToCheckAgainst IDictionaryIGraph, SetValueType
-
- includingAttributes Boolean
-
Return Value
IGraph
See Also