问题
does anyone know how to create an abstract class using StarUML? I couldnt find any mention in the documentation.
Is there some sort of more general concept which mirrors an abstract class?
回答1:
select class from toolBox and add it to canvas, then go to properties select isAbstract checkbox.
then class name appears italic.
回答2:
Migrated from comment
This tutorial creates an abstract class. http://cnx.org/content/m15092/latest
回答3:
View menu > select Editors > select class name and/or method in class diagram > Poperty window > select isAbstract > you'll see your class name and/or method in italics
来源:https://stackoverflow.com/questions/6803974/staruml-abstract-classes