2

When I set the class as abstract, only its name is displayed in italics. But to be correct from UML point of view, I need the operations to be in italics too. Is this possible?

John V
  • 4,855
  • 15
  • 39
  • 63
  • Does this answer your question? [How to create a abstract method in staruml 5](https://stackoverflow.com/questions/18497197/how-to-create-a-abstract-method-in-staruml-5) – Christophe Apr 23 '22 at 17:02

1 Answers1

3

You have to go into the model explorer and set the "isAbstract" property for the operation you want. See this answer for a walkthrough on how to do it.

Community
  • 1
  • 1
DaveH
  • 534
  • 1
  • 7
  • 17