Skip to content

Commit

Permalink
Fix ObeoNetwork#434 Association qualifiers
Browse files Browse the repository at this point in the history
- create new mapping for qualifier
- create a creation tool for qualifier
- direct edit qualifier
- EEF view for qualifier
- documentation
  • Loading branch information
fbats committed Jul 12, 2016
1 parent 6acd3b9 commit ee27fdd
Show file tree
Hide file tree
Showing 201 changed files with 52,159 additions and 46,645 deletions.
3 changes: 2 additions & 1 deletion documentation/ref-doc/implement-the-application.textile
Expand Up @@ -87,7 +87,8 @@ Creation tools are available in the class diagram for the following features :
* property : Can be created under classes, interfaces, datatypes, primitive types, enumerations.
* typed property : Can be created under classes, interfaces, datatypes, primitive types, enumerations. When the user selects a container, a wizard is open which list all the available types existing in thee modeling project in order that the user selects a type for the property to create.
* operation : Can be created under classes, interfaces, datatypes, primitive types, enumerations.
* literal:Can be created under enumerations.
* literal : Can be created under enumerations.
* qualifier : Can be created under association end. When the user selects an association, a wizard is open which list the ends of the association. The qualifier will be created under the selected end.

It is possible to add and edit :
* the property type :
Expand Down
42 changes: 35 additions & 7 deletions plugins/org.obeonetwork.dsl.uml2.design/description/uml2.odesign

Large diffs are not rendered by default.

0 comments on commit ee27fdd

Please sign in to comment.