| View previous topic :: View next topic |
| Author |
Message |
Lou
Joined: 26 Dec 2003 Posts: 1 Location: Belgium
|
Posted: Fri Dec 26, 2003 8:39 pm Post subject: How to include Borland __property in class diagram. |
|
|
Hello,
Except for Java I also use Poseidon 1.6 to model applications written in Borland C++ builder 5. However, I cannot find any information on using Borland's '__property' in a class diagram.
Can anybody give me the correct UML notation for the following class in a class diagram (a Poseidon 1.6 project file would be great):
class Dummy : public TObject
{
private:
int fData;
public:
Dummy (void) : fData (0) {};
__fastcall ~Dummy (void) {}; // Ignore __fastcall
__property int Data = {read=fData, write=FData};
};
My current guess is that Data should be written down as if it were a public data member of Dummy. Links towards examples or additional info are also welcome.
Thanks in advance. _________________ Tom Artoos |
|
| Back to top |
|
 |
[gw] Jesco von Voss
Joined: 18 Jan 2003 Posts: 277 Location: Hamburg
|
Posted: Wed Mar 10, 2004 4:06 pm Post subject: Re: How to include Borland __property in class diagram. |
|
|
Currently, the best way to specify a property is indeed a public attribute. Some tools have extended the UML notation to include a third, a "property" compartment in classes; in UML 2, the concept of properties has been added. We expect to follow that standard and not introduce an individual notation.
JvV _________________ Jesco von Voss |
|
| Back to top |
|
 |
Guest Guest
|
Posted: Sat Mar 27, 2004 11:48 am Post subject: Re: How to include Borland __property in class diagram. |
|
|
| Thanks for the reply, I will keep modelling them as public attributes of my classes. |
|
| Back to top |
|
 |
markjay50
Joined: 13 Jul 2010 Posts: 5
|
Posted: Tue Jul 13, 2010 9:19 am Post subject: |
|
|
thanks for reply i will distribute for a prisedent of my class.
japanese katakana |
|
| Back to top |
|
 |
dwayne645
Joined: 21 Jul 2010 Posts: 31
|
Posted: Wed Jul 21, 2010 11:06 am Post subject: Reply: |
|
|
Thanks!! That's what I need to know.
woodwick candles |
|
| Back to top |
|
 |
jorosh29
Joined: 23 Jul 2010 Posts: 1
|
Posted: Fri Jul 23, 2010 3:32 am Post subject: |
|
|
Thanks for distributing your opinion,i will keep it and try to disuss it on our class.
thank you so much...
make money online easily |
|
| Back to top |
|
 |
markjay50
Joined: 13 Jul 2010 Posts: 5
|
Posted: Sat Jul 31, 2010 4:42 am Post subject: |
|
|
Can anybody give me the correct UML notation for the following class in a class diagram (a Poseidon 1.6 project file would be great): thanks in advance...!!!!
make money online |
|
| Back to top |
|
 |
George30
Joined: 10 Aug 2010 Posts: 1
|
Posted: Tue Aug 10, 2010 6:48 am Post subject: |
|
|
hi guys..
ill wanna say thank you to all of you for sharing your suggestion and opinion to this forum..
and thank you also for letting me in in this site..
GOD BLESS..
_________________
Make Money Online |
|
| Back to top |
|
 |
|