 | LGSPGlobalVariablesGetLGSPEdgeVarValue Method |
Retrieves the LGSPEdge 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 LGSPEdge object.
Namespace: de.unika.ipd.grGen.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic LGSPEdge GetLGSPEdgeVarValue(
string varName
)
Parameters
- varName String
- The variable name to lookup.
Return Value
LGSPEdgeThe according LGSPEdge or null.
See Also