A mutable implementation of IMapper<K,V> that is typed for Object keys and values.
Remarks
This class is used by the GraphMLIOHandler to store properties of an item before it has been created. An instance of this class can be found in the lookup of the IParseContext during the parsing of an item. Custom parsers may populate the dictionary with various properties that can then be used by the IGraphElementFactory during the creation of the item.
Type Details
- yFiles module
- view
See Also
Properties
Gets all the entries stored by this instance.
Property Value
The entries.
Methods
Gets the value associated with the specified key.
Property Value
The new value.
Parameters
options - Object
A map of options to pass to the method.
A map of options to pass to the method.
- key - any
- The key.
Returns
- ↪any?
- The value stored for the key.
See Also
Implements
Sets the value associated with the specified key.
Property Value
The new value.
Parameters
options - Object
A map of options to pass to the method.
A map of options to pass to the method.
- key - any
- The key.
- value - any
- The value stored for the key.
See Also
Implements
Constants
Creation property key that tags bend information.
Creation property key that tags group node information.
Creation property key that tags label information.
Creation property key that tags node layout information.
Creation property key that tags port location information.
Creation property key that tags style information.
Remarks
See Also
Creation property key that tags tag object information.