Book a Demo

Author Topic: view and procedure elements in toolbox  (Read 5221 times)

kepNCI

  • EA User
  • **
  • Posts: 127
  • Karma: +1/-0
    • View Profile
view and procedure elements in toolbox
« on: October 24, 2014, 06:33:49 am »
In my MDG's custom toolbox I am creating a page for common database tools as well as some custom stereotypes. For example, I have included the standard table element by inserting an attribute:

UML::Table = Table

I would also like to include EA's view and procedure stereotypes. Tried:
UML::View = View
UML::Procedure = Procedure
but it does not work.

Any suggestions?

KP

  • EA Administrator
  • EA Expert
  • *****
  • Posts: 2919
  • Karma: +55/-3
    • View Profile
Re: view and procedure elements in toolbox
« Reply #1 on: October 24, 2014, 09:21:09 am »
Try:

EAUML::table
EAUML::view(UML::Class)
EAUML::procedure
« Last Edit: October 24, 2014, 09:21:42 am by KP »
The Sparx Team
[email protected]

kepNCI

  • EA User
  • **
  • Posts: 127
  • Karma: +1/-0
    • View Profile
Re: view and procedure elements in toolbox
« Reply #2 on: October 25, 2014, 12:49:42 am »
Thanks.

That worked.

Karl

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: view and procedure elements in toolbox
« Reply #3 on: October 25, 2014, 01:29:15 am »
Quote
Try:

EAUML::table
EAUML::view(UML::Class)
EAUML::procedure
Would someone care to put that in the help? Or is it already buried somewhere? Searching for EAUML only reveals a single entry.

q.
« Last Edit: October 25, 2014, 01:30:37 am by qwerty »