 | LGSPGraphProcessingEnvironmentAddINode Method |
Adds a new node to the graph.
TODO: Slow but provides a better interface...
Namespace: de.unika.ipd.grGen.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxprotected INode AddINode(
NodeType nodeType,
string varName
)
Parameters
- nodeType NodeType
- The node type for the new node.
- varName String
- The name of the variable.
Return Value
INodeThe newly created node.
See Also