Click or drag to resize

InterpretationPlanCheckConnectednessTheOther.Execute Method (LGSPGraph, Boolean, List<FoundMatch>)

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public override bool Execute(
	LGSPGraph graph,
	bool includingAttributes,
	List<FoundMatch> matches
)

Parameters

graph
Type: de.unika.ipd.grGen.lgsp.LGSPGraph
includingAttributes
Type: System.Boolean
matches
Type: System.Collections.Generic.List<FoundMatch>

Return Value

Type: Boolean
See Also