 | LGSPGraphProcessingEnvironmentAddLGSPNode Method |
Adds a new LGSPNode to the graph and assigns it to the given variable.
Namespace:
de.unika.ipd.grGen.lgsp
Assembly:
lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntaxpublic LGSPNode AddLGSPNode(
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:
LGSPNodeThe newly created node.
See Also