Book a Demo

Author Topic: AppliesTo filter for Predefined Structured Types  (Read 3140 times)

mlk

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
AppliesTo filter for Predefined Structured Types
« on: November 13, 2012, 09:28:14 pm »
Hi.

a. What's the difference between these: AppliesTo and BaseStereope?
b.Could I use them both at the same time (when I try the defined tag doesn't show itself)?
c. Could you please give me any example how to use AppliesTo with Predefined Structured Types, because there is no example inside the help?

Rgds.

KP

  • EA Administrator
  • EA Expert
  • *****
  • Posts: 2919
  • Karma: +55/-3
    • View Profile
Re: AppliesTo filter for Predefined Structured Typ
« Reply #1 on: November 14, 2012, 09:02:51 am »
a. AppliesTo limits the element types that a tagged value type can be added to; BaseStereotype limits the stereotypes that a tagged value type can be added to.

b. Yes

c. Type=Memo;AppliesTo=Class;
The Sparx Team
[email protected]

mlk

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
Re: AppliesTo filter for Predefined Structured Typ
« Reply #2 on: November 15, 2012, 09:57:32 pm »
Thank you. I caught the idea. I suggest adding this clarification you post for the AppliesTo filter in the help. Such a "intervention" will help more people.