 | GraphComparisonMatcherIsIsomorph(PatternGraph, LGSPGraph, Boolean, Int32) Method |
Returns whether the graph which resulted in thisPattern is isomorph to the graph given, using the parallel is matched flags array of the given thread id.
Namespace: de.unika.ipd.grGen.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxbool IsIsomorph(
PatternGraph thisPattern,
LGSPGraph graph,
bool includingAttributes,
int threadId
)
Parameters
- thisPattern PatternGraph
-
- graph LGSPGraph
-
- includingAttributes Boolean
-
- threadId Int32
-
Return Value
Boolean
See Also