Click or drag to resize

LGSPMatcherGeneratorGenerateAction Method (ScheduledSearchPlan, LGSPAction, String, String, String)

Generates an LGSPAction object for the given scheduled search plan.

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public LGSPAction GenerateAction(
	ScheduledSearchPlan scheduledSearchPlan,
	LGSPAction action,
	string modelAssemblyLocation,
	string actionAssemblyLocation,
	string sourceOutputFilename
)

Parameters

scheduledSearchPlan
Type: de.unika.ipd.grGen.lgspScheduledSearchPlan
The scheduled search plan
action
Type: de.unika.ipd.grGen.lgspLGSPAction
Needed for the rule pattern and the name
modelAssemblyLocation
Type: SystemString
The location of the model assembly
actionAssemblyLocation
Type: SystemString
The location of the action assembly
sourceOutputFilename
Type: SystemString
null if no output file needed

Return Value

Type: LGSPAction
See Also