This class is an empty abstract implementation of the EdgeMap 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 EdgeMapAdapter : IEdgeMap, 
	IDataMap, IDataProvider, IDataAcceptor
Visual Basic
Public MustInherit Class EdgeMapAdapter _
	Implements IEdgeMap, IDataMap, IDataProvider, IDataAcceptor

Remarks

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

Inheritance Hierarchy

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

See Also