Click or drag to resize

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

Parameters

actionEnv  IActionExecutionEnvironment
 
graph  IGraph
 
argument  Object
 

Return Value

Object

Implements

IProcedureDefinitionApply(IActionExecutionEnvironment, IGraph, Object)
See Also