Skip to content

opcua_to_uml

Christoph Lehr edited this page Nov 27, 2020 · 6 revisions

OPC UA to UML Transformation

In this representation transformation a OPC UA NodeSet model is read and iterated over all entries. This produces overhead as probably not all elements will change when the NodeSet file was changed, but the plugin cannot detect which elements have changed.

Transformation is done in the following order:

  1. Namespaces
  2. AliasTable
  3. Delete removed elements
  4. UATypes
  5. UAInstances
  6. References between ReferencesTypes
  7. Remaining References
  8. Set UML References to Elements
  9. Transform Role Permissions
  10. Transform DataTypeDefinitions

Namespaces

AliasTable

Delete removed elements

UATypes

UAInstances

References between ReferencesTypes

Remaining References

Set UML References to Elements

Transform Role Permissions

Transform DataTypeDefinitions