A mutable implementation of IMapper<K, V> that is typed for Object keys and values.
Implements
- IIMapper<any, any>
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.
See Also
Members
No filters for this type
Constructors
Properties
Gets all the entries stored by this instance.
Gets all the entries stored by this instance.
readonlyfinal
Property Value
The entries.
Methods
Parameters
- key: any
- The key.
Return Value
- any
- The value stored for the key.
See Also
API
- set
Implements
IMapper.getfinal
Parameters
- key: any
- The entry key to remove.
Parameters
- key: any
- The key.
- value: any
- The value stored for the key.
See Also
API
- get
Implements
IMapper.setConstants
Stores values of type IEnumerable<T> with ILabel template instances.
static
See Also
Creation property key that tags port location information.
Creation property key that tags port location information.
static
See Also
Creation property key that tags tag object information.
Creation property key that tags tag object information.