 | AssignmentTargetAssign Method |
Assigns a value to this assignment target.
Complete assignment including execution infrastructure, the specific functionality is implemented by calling AssignImpl.
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 8.0
Syntaxpublic void Assign(
Object value,
IGraphProcessingEnvironment procEnv
)
Parameters
- value
- Type: SystemObject
The value to assign. - procEnv
- Type: de.unika.ipd.grGen.libGrIGraphProcessingEnvironment
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