Click or drag to resize

IActionsGetFunctionDefinition Method

Retrieve a function definition.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
IFunctionDefinition GetFunctionDefinition(
	string name
)

Parameters

name  String
The name of the function to retrieve

Return Value

IFunctionDefinition
The function or null if no such function exists.
See Also