 | LGSPGraphProcessingEnvironmentAddLGSPNode Method |
Adds a new LGSPNode to the graph and assigns it to the given variable.
Namespace: de.unika.ipd.grGen.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic LGSPNode AddLGSPNode(
NodeType nodeType,
string varName
)
Parameters
- nodeType NodeType
- The node type for the new node.
- varName String
- The name of the variable.
Return Value
LGSPNodeThe newly created node.
See Also