Click or drag to resize

LGSPNodeHeadApplyFunctionMethod Method


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

Parameters

actionEnv  IActionExecutionEnvironment
 
graph  IGraph
 
name  String
 
arguments  Object
 

Return Value

Object

Implements

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