 | LGSPGraphAddLGSPNode Method |
Creates a new LGSPNode according to the given type and adds
it to the graph.
Namespace: de.unika.ipd.grGen.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic virtual LGSPNode AddLGSPNode(
NodeType nodeType
)
Parameters
- nodeType NodeType
- The type for the new node.
Return Value
LGSPNodeThe created node.
See Also