Class IdentifiedNodeIdentifier
- Namespace
- Echo.Graphing.Serialization.Dot
- Assembly
- Echo.dll
Provides an implementation of the INodeIdentifier interface, that returns the value of Id.
public class IdentifiedNodeIdentifier : INodeIdentifier
- Inheritance
-
IdentifiedNodeIdentifier
- Implements
- Inherited Members
Properties
Instance
Provides a default instance of the IdentifiedNodeIdentifier class.
public static IdentifiedNodeIdentifier Instance { get; }
Property Value
Methods
GetIdentifier(INode)
Gets the identifier assigned to the node.
public long GetIdentifier(INode node)
Parameters
nodeINodeThe node.
Returns
- long
The identifier.