Click or drag to resize

InterpretationPlanLookupNodeExecute Method (LGSPGraph, Boolean, ListFoundMatch, Int32)

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,
	int threadId
)

Parameters

graph
Type: de.unika.ipd.grGen.lgspLGSPGraph
includingAttributes
Type: SystemBoolean
matches
Type: System.Collections.GenericListFoundMatch
threadId
Type: SystemInt32

Return Value

Type: Boolean
See Also