Click or drag to resize

LGSPMatcherGeneratorGenerateAction Method (LGSPGraph, String, String, LGSPAction)

Generate a new action for the given action, 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 GenerateAction(
	LGSPGraph graph,
	string modelAssemblyName,
	string actionsAssemblyName,
	LGSPAction action
)

Parameters

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

Return Value

Type: LGSPAction
See Also