Packagecom.yworks.yfiles.base
Interfacepublic interface EdgeMap extends DataProvider, DataAcceptor, DataMap
Implementors EdgeMapAdapter, Maps_HighPerformanceBoolMap, Maps_HighPerformanceDoubleMap, Maps_HighPerformanceIntMap, Maps_HighPerformanceObjectMap

Provides access to data associated with an edge. An edge map can be considered as a map that allows only edges as keys. Edge keys of an edge map must belong to the same graph.

There are data access methods defined for the most common typed values as well.

The edge values are initialized with Java(TM) default values (null, 0, 0.0, false) upon initialization.