Book a Demo

Author Topic: custom element types  (Read 4024 times)

chadnash

  • EA User
  • **
  • Posts: 28
  • Karma: +0/-0
    • View Profile
custom element types
« on: May 20, 2008, 11:57:17 am »
is it possible to define new element types ?

Thanks

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile

chadnash

  • EA User
  • **
  • Posts: 28
  • Karma: +0/-0
    • View Profile
Re: custom element types
« Reply #2 on: May 22, 2008, 12:53:45 am »
Thanks
I am now giving it a go
Chad

chadnash

  • EA User
  • **
  • Posts: 28
  • Karma: +0/-0
    • View Profile
Re: custom element types
« Reply #3 on: May 23, 2008, 03:53:09 pm »
A further question:

There are very few features i want for my custom type. Maybe only that it can have notes and links to files.
When  I use a stereotype i seem to have to extend a metaclass related to an a existing element type

if my new element type is not naturally a subtype of any of the existing ones is there any generic supertype that cant be used and get the notes and links funtionality I want

Chad

chadnash

  • EA User
  • **
  • Posts: 28
  • Karma: +0/-0
    • View Profile
Re: custom element types
« Reply #4 on: May 23, 2008, 04:21:21 pm »
HEre is a guess at the answer to my own question.

is it becuase metatypes use the element type as a prototype to build the new metatype so it completly new with out injheriiance to th original  element type

Chad