Click or drag to resize

LGSPEdgeHeadApplyProcedureMethod Method

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public override Object[] ApplyProcedureMethod(
	IActionExecutionEnvironment actionEnv,
	IGraph graph,
	string name,
	Object[] arguments
)

Parameters

actionEnv
Type: de.unika.ipd.grGen.libGrIActionExecutionEnvironment
graph
Type: de.unika.ipd.grGen.libGrIGraph
name
Type: SystemString
arguments
Type: SystemObject

Return Value

Type: Object

Implements

ICallableApplyProcedureMethod(IActionExecutionEnvironment, IGraph, String, Object)
See Also