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.1
Syntax
C#
public LGSPAction[] GenerateActions(
	LGSPGraph graph,
	string modelAssemblyName,
	string actionsAssemblyName,
	params LGSPAction[] actions
)

Parameters

graph  LGSPGraph
 
modelAssemblyName  String
 
actionsAssemblyName  String
 
actions  LGSPAction
 

Return Value

LGSPAction
See Also