 | LGSPGraphProcessingEnvironmentGetLGSPNodeVarValue Method |
Retrieves the LGSPNode for a variable name or null, if the variable isn't set yet or anymore.
A InvalidCastException is thrown, if the variable is set and does not point to an LGSPNode object.
Namespace:
de.unika.ipd.grGen.lgsp
Assembly:
lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntaxpublic LGSPNode GetLGSPNodeVarValue(
string varName
)
Parameters
- varName
- Type: SystemString
The variable name to lookup.
Return Value
Type:
LGSPNodeThe according LGSPNode or null.
See Also