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

Namespace: yWorks.yFiles.Algorithms.Util
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)

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