Click or drag to resize

AssignmentTargetAssign Method

Assigns a value to this assignment target.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public abstract void Assign(
	Object value,
	IGraphProcessingEnvironment procEnv
)

Parameters

value  Object
The value to assign.
procEnv  IGraphProcessingEnvironment
The graph processing environment on which this assignment is to be executed. Containing especially the graph on which this assignment is to be executed. And the user proxy queried when choices are due.
See Also