Interface INodeIdentifier
- Namespace
- Echo.Graphing.Serialization.Dot
- Assembly
- Echo.dll
Provides members for obtaining unique identifiers to a node.
public interface INodeIdentifier
Methods
GetIdentifier(INode)
Gets the identifier assigned to the node.
long GetIdentifier(INode node)
Parameters
nodeINodeThe node.
Returns
- long
The identifier.