Click or drag to resize

ProcedureInfo.Apply Method

Applies this procedure with the given action environment on the given graph. Takes the arguments as inputs. Returns an array of output values. Attention: at the next call of Apply, the array returned from previous call is overwritten with the new return values.

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[] argument
)

Parameters

actionEnv
Type: de.unika.ipd.grGen.libGr.IActionExecutionEnvironment
graph
Type: de.unika.ipd.grGen.libGr.IGraph
argument
Type:System.Object[]

Return Value

Type:Object[]

Implements

IProcedureDefinition.Apply(IActionExecutionEnvironment, IGraph,Object[])
See Also