 | INamedGraphGetEdge Method (String) |
Gets the graph element for the given name.
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
SyntaxIEdge GetEdge(
string name
)
Parameters
- name
- Type: SystemString
The name of an edge.
Return Value
Type:
IEdgeThe edge for the given name or null, if there is no edge with this name.
See Also