Click or drag to resize

LGSPMatcherGeneratorFillInStaticSearchPlans Method

Do the static search planning again so we can explain the search plan

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public void FillInStaticSearchPlans(
	LGSPGraphStatistics graphStatistics,
	bool inlineIndependents,
	params LGSPAction[] actions
)

Parameters

graphStatistics
Type: de.unika.ipd.grGen.lgspLGSPGraphStatistics
inlineIndependents
Type: SystemBoolean
actions
Type: de.unika.ipd.grGen.lgspLGSPAction
See Also