Click or drag to resize

LGSPMatcherGeneratorGenerateActions Method

Generate new actions for the given actions, doing the same work, but hopefully faster by taking graph analysis information into account

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public LGSPAction[] GenerateActions(
	LGSPGraph graph,
	string modelAssemblyName,
	string actionsAssemblyName,
	params LGSPAction[] actions
)

Parameters

graph
Type: de.unika.ipd.grGen.lgspLGSPGraph
modelAssemblyName
Type: SystemString
actionsAssemblyName
Type: SystemString
actions
Type: de.unika.ipd.grGen.lgspLGSPAction

Return Value

Type: LGSPAction
See Also