I am a starter in StarUML. I got a problem with creating an abstract class in the design model. I can set the class to "abstract", but I cannot specify the attributes and operators in the class to "static". Is there anyone how can help me to work around it? Thanks! :)
Jessie
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You need to select the Class in the Model Explorer, then select those attributes or operations you want to make static. In the Properties window, look at "Detail" section. Change the properties "TargetScope" and "OwnerScope" to INSTANCE
"Instance" is the name defined in the UML standard.
Bye
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dear all,
I am a starter in StarUML. I got a problem with creating an abstract class in the design model. I can set the class to "abstract", but I cannot specify the attributes and operators in the class to "static". Is there anyone how can help me to work around it? Thanks! :)
Jessie
You need to select the Class in the Model Explorer, then select those attributes or operations you want to make static. In the Properties window, look at "Detail" section. Change the properties "TargetScope" and "OwnerScope" to INSTANCE
"Instance" is the name defined in the UML standard.
Bye