 | LGSPGraphProcessingEnvironmentAddINode Method |
Adds a new node to the graph.
TODO: Slow but provides a better interface...
Namespace:
de.unika.ipd.grGen.lgsp
Assembly:
lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntaxprotected INode AddINode(
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