Click or drag to resize

InterpretationPlanImplicitSourceOrTargetExecute Method (LGSPGraph, Boolean, ListFoundMatch)

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.lgspLGSPGraph
includingAttributes
Type: SystemBoolean
matches
Type: System.Collections.GenericListFoundMatch

Return Value

Type: Boolean
See Also