Book a Demo

Author Topic: Data types  (Read 4391 times)

lopata

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Data types
« on: March 07, 2004, 11:45:58 am »
I'm looking for a way to define a data type in a package of a logical or class model. Am I just stupid or there is no such way and the only data types good for use are the classes themselves and the "language data types" defined in the EA's configuration?
Thanks for help.

Lopata
Hynek Cihlar
A
 L Soft
www.alsoft.cz
www.flexlanguage.com

thomaskilian

  • Guest
Re: Data types
« Reply #1 on: March 09, 2004, 06:19:58 am »
What's wrong with classes stereotyped as 'type'?

Thomas

lopata

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Re: Data types
« Reply #2 on: March 09, 2004, 06:24:09 am »
Yes, this is the way I had solved this issue. Actually it's not even that bad.  8)
Hynek Cihlar
A
 L Soft
www.alsoft.cz
www.flexlanguage.com

lopata

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Re: Data types
« Reply #3 on: March 09, 2004, 06:29:26 am »
Just to clarify. In Flex (www.flexlanguage.com), we treat types and classes as different entities. That's why I hesitated to use UML class to represent a Flex type. However sterotyped UML class does the trick.
Hynek Cihlar
A
 L Soft
www.alsoft.cz
www.flexlanguage.com