Click or drag to resize

GraphComparisonMatcher Interface

Interface implemented by the compiled graph matchers

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public interface GraphComparisonMatcher

The GraphComparisonMatcher type exposes the following members.

Properties
 NameDescription
Public propertyName Returns the name of the compiled matcher, same as the name of the interpretation plan.
Top
Methods
 NameDescription
Public methodIsIsomorph(PatternGraph, LGSPGraph, Boolean) Returns whether the graph which resulted in thisPattern is isomorph to the graph given.
Public methodIsIsomorph(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.
Top
See Also