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

Provides access to data associated with a node. A node map can be considered as a map that allows only nodes as keys. Node keys of a node map must belong to the same graph.

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

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