Provides access to data associated with a node.
Namespace: yWorks.yFiles.AlgorithmsAssembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public interface INodeMap : IDataMap, IDataProvider, IDataAcceptor |
| Visual Basic |
|---|
Public Interface INodeMap _ Inherits IDataMap, IDataProvider, IDataAcceptor |
Remarks
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.