This class is an abstract empty implementation of the NodeMap interface.

Namespace: yWorks.yFiles.Algorithms.Util
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public abstract class NodeMapAdapter : INodeMap, 
	IDataMap, IDataProvider, IDataAcceptor
Visual Basic
Public MustInherit Class NodeMapAdapter _
	Implements INodeMap, IDataMap, IDataProvider, IDataAcceptor

Remarks

This class is an abstract empty implementation of the NodeMap interface. Subclasses

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Algorithms.Util..::..NodeMapAdapter

See Also