 | IGraphProcessingEnvironmentAddNode Method (NodeType, String) |
Adds a new node to the current graph of this processing environment and assigns it to the given variable.
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
SyntaxINode AddNode(
NodeType nodeType,
string varName
)
Parameters
- nodeType
- Type: de.unika.ipd.grGen.libGrNodeType
The node type for the new node. - varName
- Type: SystemString
The name of the variable.
Return Value
Type:
INodeThe newly created node.
See Also