 | AssignmentTargetAssign Method |
Assigns a value to this assignment target.
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntaxpublic abstract 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