Click or drag to resize

FunctionInfoApply 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.2
Syntax
C#
public abstract Object Apply(
	IActionExecutionEnvironment actionEnv,
	IGraph graph,
	Object[] arguments
)

Parameters

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

Return Value

Type: Object

Implements

IFunctionDefinitionApply(IActionExecutionEnvironment, IGraph, Object)
See Also