 | GraphHelperNameof Method |
Returns the name of the given entity (which might be a node, an edge, or a graph).
If the entity is null, the name of the graph is returned.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic static string Nameof(
Object entity,
IGraph graph
)
Parameters
- entity Object
-
- graph IGraph
-
Return Value
String
See Also