 | LGSPGraphGetNode Method |
Gets the node for the given unique id.
Only available if the unique index was declared in the model.
Namespace: de.unika.ipd.grGen.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic override INode GetNode(
int unique
)
Parameters
- unique Int32
- The unique if of a node.
Return Value
INodeThe node for the given unique id or null, if there is no node with this unique id.
Implements
IGraphGetNode(Int32)
See Also