 | AssignmentTargetAssignImpl Method |
Assigns a value to this assignment target. This function represents the actual implementation of the assignment.
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 8.0beta
Syntaxpublic abstract void AssignImpl(
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