modules - model-UA/papyrus-opcua-plugin GitHub Wiki
This project consists of a several modules to make it more generic and easier to maintain the single elements.
All elements of the project use the namespace prefix at.ac.tuwien.auto.modelua.papyrus.opcua``.
at.ac.tuwien.auto.modeluais the organization prefix,
papyrusstates that this plugin was explicitly developed to extend papyrus and
opcua``` to specify that this is for modelling OPC UA. Inside this page we assume that all references to project elements have this prefix.
The plugin has the following modules:
- console : a simple debug console
- diagram : main Element for the Diagram Type
- diagram.style : styling for the Diagram Type
- diagram.transformation : transformation from Stereotyped UML to OPC UA and vice versa
- diagram.ui : new UI Elements
- libraries : Companion Specifications
- nodeset : general SDK for Creating nodesets
- preferences : main Preference page for all the Elements
- profile : underlying UML Profile for the diagram type