Table of Contents

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

IdentifiedNodeIdentifier

Methods

GetIdentifier(INode)

Gets the identifier assigned to the node.

public long GetIdentifier(INode node)

Parameters

node INode

The node.

Returns

long

The identifier.