 | IGraphProcessingEnvironmentAddNode(INode, String, String) Method |
Adds an existing node to the graph, names it, and assigns it to the given variable.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxvoid AddNode(
INode node,
string varName,
string elemName
)
Parameters
- node INode
- The existing node.
- varName String
- The name of the variable.
- elemName String
- The name for the new node or null if it is to be auto-generated.
See Also