 | ICallableApplyFunctionMethod Method |
Executes the function method given by its name.
Throws an exception if the method does not exists or the parameters are of wrong types.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
SyntaxObject ApplyFunctionMethod(
IActionExecutionEnvironment actionEnv,
IGraph graph,
string name,
Object[] arguments
)
Parameters
- actionEnv IActionExecutionEnvironment
- The current action execution environment.
- graph IGraph
- The current graph.
- name String
- The name of the function method to apply.
- arguments Object
- An array with the arguments to the method.
Return Value
ObjectThe return value of function application.
See Also