Extending the Rodin Database

From Event-B
Jump to navigationJump to search

Adding a New Element

Adding a New Attribute to Existing Elements

The extension point org.rodinp.core.attributeTypes to declare a new attribute.

<extension
        point="org.rodinp.core.attributeTypes">
     <attributeType
           id="configuration"
           kind="string"
           name="%eventBConfigurationAttribute">
     </attributeType>
 </extension>


In order to access an attribute of an internal element