1
General Board / Re: abstract property for interface
« on: March 28, 2005, 10:50:45 pm »
I found I can add the tagged value for readonly and writeonly without adding tagged value type readonly and writeonly first. Are they built in? Or no type is needed at all. I see these two tagged values are checked in the class operation template for property. I see EA is great in its extensibility, just it's so intuitive.
I have another question about property. Since get and set operations of a property are represented as one operation in EA model, how could I differentiate the set and get in the communication/sequence diagram? I found that it is always get operation such as "2.1: string:= Code()" where "Code" is the name of the property. How to specify a set operation of the property?
Thanks!
I have another question about property. Since get and set operations of a property are represented as one operation in EA model, how could I differentiate the set and get in the communication/sequence diagram? I found that it is always get operation such as "2.1: string:= Code()" where "Code" is the name of the property. How to specify a set operation of the property?
Thanks!