Click or drag to resize

GraphComparisonMatcherIsIsomorph(PatternGraph, LGSPGraph, Boolean) Method

Returns whether the graph which resulted in thisPattern is isomorph to the graph given.

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
bool IsIsomorph(
	PatternGraph thisPattern,
	LGSPGraph graph,
	bool includingAttributes
)

Parameters

thisPattern  PatternGraph
 
graph  LGSPGraph
 
includingAttributes  Boolean
 

Return Value

Boolean
See Also