 | LGSPMatcherGeneratorGenerateAction(ScheduledSearchPlan, LGSPAction, String, String, String) Method |
Generates an LGSPAction object for the given scheduled search plan.
Namespace: de.unika.ipd.grGen.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic LGSPAction GenerateAction(
ScheduledSearchPlan scheduledSearchPlan,
LGSPAction action,
string modelAssemblyLocation,
string actionAssemblyLocation,
string sourceOutputFilename
)
Parameters
- scheduledSearchPlan ScheduledSearchPlan
- The scheduled search plan
- action LGSPAction
- Needed for the rule pattern and the name
- modelAssemblyLocation String
- The location of the model assembly
- actionAssemblyLocation String
- The location of the action assembly
- sourceOutputFilename String
- null if no output file needed
Return Value
LGSPAction
See Also