Click or drag to resize

LGSPNodeHead.ApplyProcedureMethod 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.libGr.IActionExecutionEnvironment
graph
Type: de.unika.ipd.grGen.libGr.IGraph
name
Type: System.String
arguments
Type:System.Object[]

Return Value

Type:Object[]

Implements

ICallable.ApplyProcedureMethod(IActionExecutionEnvironment, IGraph, String,Object[])
See Also