Table of Contents

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

node INode

The node.

Returns

long

The identifier.