Click or drag to resize

GraphComparisonMatcherIsIsomorph Method (PatternGraph, LGSPGraph, Boolean, Int32)

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.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
bool IsIsomorph(
	PatternGraph thisPattern,
	LGSPGraph graph,
	bool includingAttributes,
	int threadId
)

Parameters

thisPattern
Type: de.unika.ipd.grGen.lgspPatternGraph
graph
Type: de.unika.ipd.grGen.lgspLGSPGraph
includingAttributes
Type: SystemBoolean
threadId
Type: SystemInt32

Return Value

Type: Boolean
See Also