Click or drag to resize

IFunctionDefinitionApply Method

Applies this function with the given action environment on the given graph. Takes the arguments as inputs. Returns the one output value.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
Object Apply(
	IActionExecutionEnvironment actionEnv,
	IGraph graph,
	Object[] arguments
)

Parameters

actionEnv  IActionExecutionEnvironment
 
graph  IGraph
 
arguments  Object
 

Return Value

Object
See Also