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