GUID Provider
Identifier:
com.yakindu.bridges.ea.core.guidProvider
Since:
1.0.0
Description:
When new elements are created, a new GUID must be set for all elements.
This provider is responsible for providing these GUIDs.
If your custom GUID provider uses a different format, make sure to properly test it, especially because the Enterprise Architect may behave strange if it finds differently formatted GUIDs.
Configuration Markup:
<!ELEMENT extension (guidprovider)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT guidprovider EMPTY>
<!ATTLIST guidprovider
guid_provider CDATA #REQUIRED>
- guid_provider - The GUID provider class must implement the IGuidProvider interface for providing and validating GUIDs.