Suggest to provide a way to refactor methods and attributes.
UML modeling tool derived from StarUML compatible with Windows 7-10
Status: Abandoned
Brought to you by:
janszpilewski
View and moderate all "General Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
When we double click on a method or an attribute, we can add, delete, move up or move down now.
Can we pull up or push down when there exists inherited class by similar way?
If not, I Suggest to provide it in next version.
Thanks.
Moving an operation or an attribute inside of a class is just changing their internal order. To do it between distinct classes you may apply the Copy/Cut/Paste scheme.
Streamlined moving members through the class hierarchy is not supported. If anyone needs it, it can be coded as an external plugin as the access to class diagram elemens is handled quite well by the Open APIs but trying to make it robust may be tricky in various corner scenarios concerning multiple inheritance, name conflicts etc. Copy/Paste seems to be safer.