 | IGraphProcessingEnvironmentAddNode(NodeType, String, String) Method |
Adds a new named node to the graph and assigns it to the given variable.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
SyntaxINode AddNode(
NodeType nodeType,
string varName,
string elemName
)
Parameters
- nodeType NodeType
- The node type for the new 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.
Return Value
INodeThe newly created node.
See Also